s41r4j / phomber

[PH0MBER]: An open source infomation grathering & reconnaissance framework!
https://pypi.org/project/phomber/
GNU General Public License v3.0
378 stars 57 forks source link
cli cybersecurity hacker hacking information-gathering information-security linux osint phomber phonenumbers pypi python3 pythonhacking reconnaissance reverse-ip-lookup reverse-lookups reverse-phone-lookup scripting

An open source infomation grathering & reconnaissance framework!



What is PH0MBER?



Quick Guide

Install, Update, Usage


Installation:

git clone https://github.com/s41r4j/phomber
cd phomber
pip3 install -r pyproject.toml
pip install phomber
docker pull sinawic/phomber:latest
docker run --rm -it sinawic/phomber:latest


Update:

git pull
pip install --upgrade phomber
docker pull sinawic/phomber:latest


Usage:

python3 phomber.py
phomber
phomber


    ┌────────────────────────────────────────────────────┐
    | COMMANDS      | DESCRIPTION                        |
    |----------------------------------------------------|
    |                 <(Basic Commands)>                 |
    |----------------------------------------------------|
    | help          | Display this help menu             | 
    | exit/quit     | Exit the framework                 |
    | dork          | Show a random google dork query *  |  
    | exp           | Show info about all available      |       
    |               | expressions                        |
    | check         | Check internet connection          |
    | clear         | Clear screen                       |
    | flush         | Flush history                      |
    | save          | Save output of previous scanner    |
    |               | command in a file                  |
    | shell <cmd>   | Execute native shell/cmd commands  |
    | info          | Show info about framework & system |
    | change        | Change user command input color    |
    |----------------------------------------------------|
    |                <(Scanner Commands)>                |
    |----------------------------------------------------|
    | number        | Reverse phone number lookup        |
    | ip            | Reverse ip address lookup *        |
    | mac           | Reverse mac address lookup         |
    | whois         | Reverse whois lookup *             |
    | dns           | Reverse / Normal DNS lookup *      |
    | username      | Username lookup over multiple sites|
    |               | and social media platforms *       |
    └────────────────────────────────────────────────────┘

Pro tips:



NOTES:

- `PH0MBER` is back with all new features and user interface
- `v3` has osint tools with no _api key_ requirement
- Release windows (exe) & linux (lsb) direct executables, no python req.
- `v4` will have web-interface + automated scans features + (custom-scanner feature; create, distribute and deploy your own scanner)