Code Monkey home page Code Monkey logo

mybbscan's People

Contributors

0xb9 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

mybbscan's Issues

Find plugins that aren't patched

Find and mark plugins that aren't patched as vulnerable.

Also use a variable, example:

vuln = "Vulnerable Plugin!"
possible = "Possible Vulnerable Plugin!"

print (bad(bold(red( vuln ))))
print (info(bold(yellow( possible ))))

How do i fix this error

Traceback (most recent call last):
File "scan.py", line 165, in
scan(site, upload)
File "scan.py", line 51, in scan
status = connection_status(site, "/inc/plugins/"+upload)
File "scan.py", line 46, in connection_status
connection.request("HEAD", plugin_file)
File "/usr/lib/python2.7/httplib.py", line 1042, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python2.7/httplib.py", line 1082, in _send_request
self.endheaders(body)
File "/usr/lib/python2.7/httplib.py", line 1038, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 882, in _send_output
self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 844, in send
self.connect()
File "/usr/lib/python2.7/httplib.py", line 1255, in connect
HTTPConnection.connect(self)
File "/usr/lib/python2.7/httplib.py", line 821, in connect
self.timeout, self.source_address)
File "/usr/lib/python2.7/socket.py", line 557, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno -2] Name or service not known

Update source links

Exploit-DB looks dead so I'll change to a new source since they aren't adding new vulnerabilities.

Rename index_file

Rename index_file to something like plugin_file since that more represents the file.

Scanner doesn't work with ip adresses

Hello, great work !
Unfortunatly I can't use it with backend ip adresses.

Traceback (most recent call last): File ".\scan.py", line 223, in <module> scan(site, upload) File ".\scan.py", line 59, in scan status = connection_status(site, "/inc/plugins/"+upload) File ".\scan.py", line 54, in connection_status connection.request("HEAD", plugin_file) File "C:\Users\champip0p\AppData\Local\Programs\Python\Python38-32\lib\http\client.py", line 1240, in request self._send_request(method, url, body, headers, encode_chunked) File "C:\Users\champip0p\AppData\Local\Programs\Python\Python38-32\lib\http\client.py", line 1286, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "C:\Users\champip0p\AppData\Local\Programs\Python\Python38-32\lib\http\client.py", line 1235, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "C:\Users\champip0p\AppData\Local\Programs\Python\Python38-32\lib\http\client.py", line 1006, in _send_output self.send(msg) File "C:\Users\champip0p\AppData\Local\Programs\Python\Python38-32\lib\http\client.py", line 946, in send self.connect() File "C:\Users\champip0p\AppData\Local\Programs\Python\Python38-32\lib\http\client.py", line 1402, in connect super().connect() File "C:\Users\champip0p\AppData\Local\Programs\Python\Python38-32\lib\http\client.py", line 917, in connect self.sock = self._create_connection( File "C:\Users\champip0p\AppData\Local\Programs\Python\Python38-32\lib\socket.py", line 808, in create_connection raise err File "C:\Users\champip0p\AppData\Local\Programs\Python\Python38-32\lib\socket.py", line 796, in create_connection sock.connect(sa)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.