Letractively / golismero

Automatically exported from code.google.com/p/golismero
0 stars 0 forks source link

arguments error #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I want to try to vulnerabilities in a url but following your wiki, I get 
this error:

############################################################

python ./golismero.py GoLISMERO.py –c –A links --follow-redirects -na -x -m 
-t http://www.xxx.es/

/----------------------------------------------\
| GoLismero 2.0.0b2 - The Web Knife            |
| Contact: golismero.project<@>gmail.com       |
|                                              |
| Daniel Garcia Garcia a.k.a cr0hn (@ggdaniel) |
| Mario Vilas (@Mario_Vilas)                   |
\----------------------------------------------/

usage: golismero.py [-h] [-f FILE] [--config FILE] [-p NAME] [--ui-mode MODE] 
[-v] [-q] [--color] [--no-color] [--audit-name NAME]
                    [-db DATABASE] [-nd] [-i FILENAME] [-ni] [-o FILENAME] [-no] [--full] [--brief] [--max-connections MAX_CONNECTIONS]
                    [--allow-subdomains] [--forbid-subdomains] [-r DEPTH] [-l MAX_LINKS] [--follow-redirects] [--no-follow-redirects]
                    [--follow-first] [--no-follow-first] [-pu USER] [-pp PASS] [-pa ADDRESS:PORT] [--cookie COOKIE] [--cookie-file FILE]
                    [--persistent-cache] [--volatile-cache] [-a PLUGIN:KEY=VALUE] [-e PLUGIN] [-d PLUGIN] [--max-concurrent N]
                    [--plugins-folder PATH]
                    COMMAND [TARGET [TARGET ...]]
golismero.py: error: unrecognized arguments: -na -x -m -t http://www.xxx.es/

Use -h or --help to show the full help text.

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

golismero.py: error: unrecognized arguments: -na -x -m -t 

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

I'm using ubuntu

Please provide any additional information below.

Original issue reported on code.google.com by ad...@lomunet.org on 14 Nov 2013 at 9:24

GoogleCodeExporter commented 8 years ago
I think you're trying to launch version 2.0 using the command line of 1.x. 
Also, you're typing the name of the Python script twice. :)

To try version 2 of GoLismero, check out this page instead... 
http://www.golismero-project.com

Original comment by mvi...@gmail.com on 14 Nov 2013 at 2:51