GithubHelp home page GithubHelp logo

oudommeas / andiparos Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 7.31 MB

Automatically exported from code.google.com/p/andiparos

Inno Setup 0.29% Shell 0.03% Java 98.71% Batchfile 0.02% HTML 0.39% XSLT 0.56%

andiparos's People

Contributors

anmx avatar

Stargazers

 avatar

Watchers

 avatar

andiparos's Issues

Feature Request: Multicolor support for tagging

Multicolor support for tagging

1. When doing manual Requests, these should be optionally tagged using a 
certain color
2. Would also be great to choose between different colors for tagging

Original issue reported on code.google.com by a.c.neumann on 5 Jul 2010 at 10:57

Feature Request: Custom User-Agent

Hi,

You have updated the list of user agents available. However, it is possible to 
add a text field in the Filter menu in order to send our custom user agent ?

Regards,

Original issue reported on code.google.com by [email protected] on 6 Jul 2010 at 6:33

I couldn't report file

What steps will reproduce the problem?
1. Report -> Generate Report
2. Pop up dialog "File creation error"

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
The Paros Version is 1.0.6
My PC is Windows XP.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 Mar 2011 at 7:24

Not able to proxy using Andiparos

What steps will reproduce the problem?
1. Application should be deployed in Jboss 7.0
2. Configure the browser to listen to local host
3. Launch the Andiparos

What is the expected output? What do you see instead?
Should allow the user to proxy

What version of the product are you using? On what operating system?

OS:Windows Browser :IE  8.0
Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Jul 2013 at 12:43

Attachments:

Check config.xml against DTD

Check config.xml against DTD file to remediate compatibility problems caused by 
updates

Original issue reported on code.google.com by a.c.neumann on 5 Jul 2010 at 7:55

Feature Request: View depenting on in-scope option

Add a new property for in-scope URLs. An option should be used to decide 
whether all URLs or only the in-scope URLs are displayed in the sitemap and 
history panels.

Original issue reported on code.google.com by a.c.neumann on 2 Sep 2010 at 9:11

Will not install on Windows 7 without Administrator credentials

What steps will reproduce the problem?
1. Log in to a Windows 7 PC using a non-admin (normal user) account.
2. Run the installer.
3. Weep because you can't install andiparos.

What is the expected output? What do you see instead?
Expected: "Click 'Next' to begin the installation process" or something similar.
Instead: "To continue, type an administrator password, and then click Yes."

What version of the product are you using? On what operating system?
Version 1.0.6 Windows installer on Windows 7 Enterprise.

Please provide any additional information below.
There needs to be a portable, no-install-required version for running off USB 
sticks and other removable media using a Normal User account.

Original issue reported on code.google.com by [email protected] on 16 Oct 2014 at 7:42

Unexpected behaviour of the Scanning Dialog

Change the Scanning Dialog to handle multiple scans at once...
Seems to be broken in the current version

Original issue reported on code.google.com by a.c.neumann on 6 Jul 2010 at 2:16

website to analyze

Heya, I would like to know how to add a website to the left side as I tried all 
I can but without any success. Thanks for any help in these regards.

Original issue reported on code.google.com by [email protected] on 6 Mar 2012 at 11:49

build.xml breaks Manifest file

The new build XML file breaks the manifest file.

Original issue reported on code.google.com by a.c.neumann on 19 Oct 2010 at 7:47

Feature request, MSI installer

I was looking to distribute this for educational use across a large number of 
pcs. I hoped that within the setup executable I could extract an msi install 
for deployment over Group Policy or SCCM but unfortunately the executable is a 
legacy install (Inno setup?).

I know there is a zip provided but I found it easier to repackage my own MSI 
using Winstall LE from the files taken from an installed instance. The reason 
being the Andiparos.exe launcher executable is absent from the zip.

Perhaps you could consider providing an MSI installer in the future.

Regards,

Graham

Original issue reported on code.google.com by gsmithEIDW on 22 Feb 2012 at 12:18

Google Code closing

Google Code service is closing. Do you have plans to move this project to 
GitHub or similar hosting service?

Original issue reported on code.google.com by [email protected] on 30 May 2015 at 9:32

Save Andiparos session files in a meta-file

When saving an Andiparos session, multiple files are generated and stored on 
the disk. It would be great to introduce some kind of meta file which contains 
all those files... such as a zip package with a special extension...

Original issue reported on code.google.com by a.c.neumann on 28 Jul 2010 at 11:07

Spider: do not download binary/large files

What steps will reproduce the problem?
1. spider any site with binary files (swf, mov, zip, ...)
2. the andiparos spider mechanism will download the binary and search for urls

What is the expected output? What do you see instead?
imho binarys (or very large files) should not be downloaded completely. 
downloading such large files slows down the spidering mechanism substantially 
and on a page with many screen casts or videos this behavior is not helpful for 
spidering.

What version of the product are you using? On what operating system?
1.0.6 Mac OS X 10.6

Original issue reported on code.google.com by cocaman on 26 Oct 2010 at 2:38

Feature Request: Expand/Collapse Site Tree

Add a right click menu to expand/collapse all children of the selected node in 
the Site tree

Original issue reported on code.google.com by a.c.neumann on 5 Jul 2010 at 7:45

Feature Request: Trap Filter

A trap filter should be added. The trap filter should be an input field where a 
regular expression could be typed in. When request/response details match the 
regular expression, it would be trapped.

Original issue reported on code.google.com by a.c.neumann on 27 Jun 2010 at 6:51

Feature Request: 404 filter

Hi all,

First, thanks for the resumption of the Paros project :)

I have a little request for the andiparos project: hide the 404 not found 
directories and files in the site map.

To code this function, you must edit the following file:
src/org/parosproxy/paros/model/SiteMap.java

and add the following condition on the addPath method :

public synchronized void addPath(HistoryReference ref, HttpMessage msg) {
        if (msg.getResponseHeader().getStatusCode()==404)
            return;


Regards,

Nicolas K.

Original issue reported on code.google.com by [email protected] on 28 Jun 2010 at 10:01

BeanShell console

I wrote a plugin for Paros v3.2 that provided a BeanShell console to the proxy, 
so that users can interrogate the tool and write scripts to automate tasks.  
The Paros guys didn't want to add it, but perhaps you would be willing to do so?

The source for the modified Paros can be found at:
http://www.twisteddelight.org/security/paros-src-3.2.11.beanshell.zip

Attached is a PDF doc describing the sort of things you can do with it.


Original issue reported on code.google.com by [email protected] on 14 Jul 2010 at 10:44

Attachments:

Feature Request: Keystore Management

Add Keystore Manager to:
1. Import certs
2. Delete certs
3. Create new certs
4. Create CA

Additionally:
5. Autocreate certs + Sign certs by internal CA


Original issue reported on code.google.com by a.c.neumann on 28 Aug 2010 at 9:33

OpenSC driver does not work

I have tried to use Spanish Electronic ID (it uses OpenSC drivers) but it fails 
with Andiparos

What steps will reproduce the problem?
1. Start AndiParos
2. Tools -> Options -> Certificate -> PKCS11
3. Browse C:\Windows\system32\opensc-pkcs11.dll and opensc.dll (I tried both) 
4. Name OpenSC
5. Slot [0|1|2] -> I have tested everyone
6. Select new PKCS11 entry, set PIN and Accept
7. Next pop-up appears: "Error Accessing Key Store. Maybe your password or 
driver is wrong"

The ID Reader led does not even blink before error appears.

I am using Andiparos 1.0 on Windows XP. I even have tried with 
/usr/lib/opensc.so on Mac OS X 10.6 and same error appears.

It should be great to audit webpages where Spanish Electronic ID is required.

Thanks,

Original issue reported on code.google.com by [email protected] on 29 Jun 2010 at 7:17

Feature Request: Add the HTTP response number after the directories/files names if it's different than "200 OK"

Hi all,

I have a little request for the site map :)
Could you add the HTTP response number after the directories/files names if 
it's different than "200 OK"

To add this functionality, add the following code before "return leafName;" of 
the getLeafName method in the src/org/parosproxy/paros/model/SiteMap.java file :

if( msg.getResponseHeader().getStatusCode() != 200)
            leafName = leafName + "  [" + msg.getResponseHeader().getStatusCode() + "]";


Regards,

Nicolas K.

Original issue reported on code.google.com by [email protected] on 28 Jun 2010 at 10:47

Updates optionally

There should be an option for deactivating Updates

Original issue reported on code.google.com by a.c.neumann on 6 Jul 2010 at 4:22

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.