https://github.com/r00tmars/ExploitOnCLI
Trying to be the best tool to search for exploits in the terminal.
https://github.com/r00tmars/ExploitOnCLI
Last synced: 19 days ago
JSON representation
Trying to be the best tool to search for exploits in the terminal.
- Host: GitHub
- URL: https://github.com/r00tmars/ExploitOnCLI
- Owner: r00tmars
- Created: 2017-06-12T23:48:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T07:51:31.000Z (over 2 years ago)
- Last Synced: 2024-10-30T08:51:35.777Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 4.77 MB
- Stars: 18
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-termux-hacking - ExploitOnCLI - Trying to be the best tool to search for exploits in the terminal..[](https://github.com/r00tmars/ExploitOnCLI/stargazers/) (Uncategorized / Uncategorized)
README

ExploitOnCLI BETA
===============Trying to be the best tool to search for exploits in the terminal.
ExploitOnCLI or "EOC" is a tool written in PHP for Linux, designed to search for exploits in multiple exploit databases (no online search will be performed, but yes in a local file), the databases are:
* Exploit-DB
* PacketStormSecurity
* IEDB
* Siph0n
* CXSecurity
* Exploit4ArabThe displayed results are filtered, so an "overlay" of databases can happen, depending on what(string) is being searched.
In this version we have the following options:
Simple Search: root@root ~ # php eoc.php --search/-s
EX: root@root ~ # php eoc.php --search/-s RobotCPAsimple update: root@root ~ # php eoc.php --update
Update a specific database: root@root ~ # php eoc.php --update="DBS"
EX: root@root ~ # php eoc.php --update=iedb
EX2: root@root ~ # php eoc.php --update=iedb,packetstorm
For help: root@root ~ # php eoc.php --help/-hFor 'about': root@root ~ # php eoc.php --about/-a
Option to download the results to the local folder: root@root ~ # php eoc.php --down/-d
screenshots;
