Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

double at the beginning of the keyword // #547

Closed
Phoenix1112 opened this issue Nov 3, 2020 · 6 comments
Closed

double at the beginning of the keyword // #547

Phoenix1112 opened this issue Nov 3, 2020 · 6 comments

Comments

@Phoenix1112
Copy link

hello. thank you this project. When using dirsearch, there is a double // in front of results.

[14:55:48] 500 -  164B  - //account/login.txt
[14:55:48] 500 -  164B  - //account/login.json
[14:55:48] 500 -  164B  - //account/login.yaml
[14:55:48] 500 -  164B  - //account/login.sql
[14:55:48] 500 -  164B  - //account/login.ini
[14:55:48] 500 -  164B  - //account/login.yml
[14:55:48] 500 -  164B  - //account/login.csv
[14:55:48] 500 -  164B  - //account/login.db
[14:55:48] 500 -  164B  - //account/login.zip
[14:55:48] 500 -  164B  - //account/login.xsl
[14:55:48] 500 -  164B  - //account/login.py
[14:55:48] 500 -  164B  - //account/login.rb
[14:55:48] 500 -  164B  - //account/logon
[14:55:48] 500 -  164B  - //account/signin


Why does // appear at the beginning of these keywords. how can i fix this. The keywords in my word list do not begin with / or //.

@shelld3v
Copy link
Collaborator

shelld3v commented Nov 3, 2020

Hi, sorry about this, we are fixing it (#538)

@Phoenix1112
Copy link
Author

Phoenix1112 commented Nov 8, 2020

@shelld3v i have this error

root@ubuntu-s-1vcpu-1gb-nyc1-01:~/dirsearch# python3 dirsearch.py -u https://example.com/ -e html,php -w db/dicc.txt
Traceback (most recent call last):
  File "dirsearch.py", line 47, in <module>
    main = Program()
  File "dirsearch.py", line 36, in __init__
    self.arguments = ArgumentParser(self.script_path)
  File "/root/dirsearch/lib/core/argument_parser.py", line 337, in __init__
    self.exit_on_error = options.exit_on_error
AttributeError: 'Values' object has no attribute 'exit_on_error'

@shelld3v
Copy link
Collaborator

shelld3v commented Nov 8, 2020

Hi, sorry again for that, this will be fixed soon.

@shelld3v
Copy link
Collaborator

shelld3v commented Nov 8, 2020

There were a lot of bugs in the past time, we are trying to find a way to stop something like that in the future. And thank you again for using our tool, if there is any suggestion for a new feature, please let us know by creating a new issue, or comment on #384!

@alxalindayu
Copy link

Hi, sorry again for that, this will be fixed soon.

same issue

Traceback (most recent call last):
File "dirsearch.py", line 47, in
main = Program()
File "dirsearch.py", line 36, in init
self.arguments = ArgumentParser(self.script_path)
File "D:\dirsearch\lib\core\argument_parser.py", line 337, in init
self.exit_on_error = options.exit_on_error
AttributeError: 'Values' object has no attribute 'exit_on_error'

using windows 10,
python 3.8.5 version ciao !

@shelld3v
Copy link
Collaborator

shelld3v commented Nov 8, 2020

Hi @alxalindayu, we are fixing it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants