/Mine

Just a Fun script to scan for vulnerable devices

Primary LanguagePython

Mine

Just a Fun script to scan for vulnerable devices

      .--.
     /.-. '----------.
     \'-' .--"--""-"-'
MINE  '--'

// Searches
SSH - libssh-0.6 version for Authenticaion Bypass
SMB - EternalBlue Vulnerable Devices
ADB - Android Debugging Bridge
Telnet - No Authentication enabled
VNC - No Authentication enabled
FTP - No Authentication enabled.
Cameras - Open Cameras (no Authentication)
    Yamcam
    WebcamXP/7
    Android IP Camera Servers
    Security DVRs

  • PLEASE do NOT start exploiting or gaining access to unauthorized devices. It IS against the law you noobs.

Requirements

Python3

Linux/Ubuntu/iSh etc.

$ apt install python3

Windows

https://www.python.org/downloads/

Install

$ pip3 install -r requirements.txt

Usage

$ python3 mine.py

Screenshot

Image description

Output

Results are saved as targets.txt

Format: :

cat targets.txt

output: 123.43.29.27:8080

Format:

cat targets.txt | tr ':' ' ' | awk '{print $1}'

output: 123.32.38.182