a collection of hacking tools with a cli ui
take a look at mec-ng
screenshot
disclaimer
- please use this tool only on authorized systems, im not responsible for any damage caused by users who ignore my warning
- exploits are adapted from other sources, please refer to their author info
- please note, due to my limited programming experience (it's my first Python project), you can expect some silly bugs
features
- an easy-to-use cli ui
- execute any adpated exploits with process-level concurrency
- some built-in exploits (automated)
- hide your ip addr using
proxychains4
andss-proxy
(built-in) - zoomeye host scan (10 threads)
- a simple baidu crawler (multi-threaded)
- censys host scan
- built-in ssh bruteforcer
getting started
git clone --depth=1 https://github.com/jm33-m0/massExpConsole.git && cd massExpConsole && ./install.py
- type
proxy
command to run a pre-configured Shadowsocks socks5 proxy in the background,vim ./data/ss.json
to edit proxy config. and,ss-proxy
exits withmec.py
requirements
install.py
supports Ubuntu, Debian, Kali, Linux Mint, Fedora, CentOS, RHEL, Arch. for CentOS/RHEL, you might need to manually configure python3 environment before installing- Python 3.5 or later
proxychains4
(in$PATH
), used by mec core, requires a working socks5 proxy (you can modify its config inmec.py
)- Java is required when using Java deserialization exploits
- note that you have to install all the deps of your exploits or tools as well
usage
- just run
mec
, if it complains about missing modules, install them - if you want to add your own exploit script (or binary file, whatever):
cd exploits
,mkdir <your_exploit_dir>
- your exploit should take the last argument passed to it as its target, dig into
mec.py
to know more chmod +x <exploit>
to make sure it can be executed by current user- use
attack
command thenm
to select your custom exploit
- type
help
in the console to see all available features zoomeye
requires a valid user account config filezoomeye.conf
how to contribute
- if you had any issues, please report them to https://github.com/jm33-m0/massExpConsole/issues
- open a pull request when you have fixed any bugs or added any features
- i would appreciate you adding your own adapted exploits to this repo