SQL-scanner icon indicating copy to clipboard operation
SQL-scanner copied to clipboard

"AttributeError: 'NoneType' object has no attribute 'find'"

Open Shazgul opened this issue 5 years ago • 6 comments

[*] Dork: streamer.php?id=
[i] Starting daemon threads ...
Exception in thread Thread-3:
Traceback (most recent call last):
  File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.6/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "/content/SQL-scanner/lib/search.py", line 77, in start
    self.find_links()
  File "/content/SQL-scanner/lib/search.py", line 51, in find_links
    a = r.find('h2', first=True).find('a', first=True)
AttributeError: 'NoneType' object has no attribute 'find'

Getting this Error while searching for "streamer.php?id=", also "liga.php?id=" gives no output.

Shazgul avatar Oct 05 '20 01:10 Shazgul

' ' <---- thats your problem

ghost avatar Apr 21 '21 16:04 ghost

' ' <---- thats your problem

that literally doesnt help

Salty-Coder avatar Apr 21 '21 17:04 Salty-Coder

' ' <---- thats your problem

no contents of html.find('.b_algo')?

Salty-Coder avatar Apr 21 '21 17:04 Salty-Coder

' ' <---- thats your problem

no contents of html.find('.b_algo')?

I ran it without them and its working 100%% Would you like a Screenshot of proof ?? [i] Starting vulnerability scanner ...

ghost avatar Apr 21 '21 22:04 ghost

also my guess is he is a little newer to Dorking Tools which is okay we all start off somewhere but should learn how to write your dorks the correct way to ever achieve anything worth while

ghost avatar Apr 21 '21 22:04 ghost

' ' <---- thats your problem

no contents of html.find('.b_algo')?

I ran it without them and its working 100%%

Would you like a Screenshot of proof ??

[i] Starting vulnerability scanner ...

You ran it without what? The search.py file?

Salty-Coder avatar Apr 22 '21 05:04 Salty-Coder