DorkNet icon indicating copy to clipboard operation
DorkNet copied to clipboard

Problem dorking

Open psychomad opened this issue 7 years ago • 2 comments

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

psychomad avatar Aug 15 '18 20:08 psychomad

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 avatar Aug 22 '18 14:08 NullArray

Thanks a lot

psychomad avatar Aug 24 '18 23:08 psychomad