Bitwise-01 / SQL-scanner

A tool that finds and scan sites for sql injection vulnerability
MIT License
145 stars 34 forks source link

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

Open Shazgul opened 3 years ago

Shazgul commented 3 years ago
[*] 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.

ghost commented 3 years ago

' ' <---- thats your problem

Salty-Coder commented 3 years ago

' ' <---- thats your problem

that literally doesnt help

Salty-Coder commented 3 years ago

' ' <---- thats your problem

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

ghost commented 3 years ago

' ' <---- 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 commented 3 years ago

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

Salty-Coder commented 3 years ago

' ' <---- 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?