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

Problem dorking #9

Open
psychomad opened this issue Aug 15, 2018 · 2 comments
Open

Problem dorking #9

psychomad opened this issue Aug 15, 2018 · 2 comments
Labels
Support This label indicates a technical support question.

Comments

@psychomad
Copy link

Hello
Maybe is just a ench request..
if i use complex dorking such:

"HostingAccelerator" intitle:"login" +"Username" -"news" -demo

I receive an error "not recognized"

Maybe there's a way to bypass this?

Thanks in advance

@NullArray
Copy link
Owner

NullArray commented Aug 22, 2018

Basically only one dork per line is supported at this time. You might be able to bypass this limitation by structuring the string related to the dork like so:

" 'HostingAccelerator' intitle:'login' +'Username' -'news' -demo"

This way DorkNet reads the in the string as a whole. I could tweak the program in such a way as to make sure that even if the line contains more than one operator, so -intext:test -inurl:example for instance, that it is treated as a complete string without the need to worry about where you put the quotation marks.

@NullArray NullArray added the Support This label indicates a technical support question. label Aug 22, 2018
@psychomad
Copy link
Author

Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support This label indicates a technical support question.
Projects
None yet
Development

No branches or pull requests

2 participants