https://github.com/s41r4j/phomber
[PH0MBER]: An open source infomation grathering & reconnaissance framework!
https://github.com/s41r4j/phomber
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
Last synced: 23 days ago
JSON representation
[PH0MBER]: An open source infomation grathering & reconnaissance framework!
- Host: GitHub
- URL: https://github.com/s41r4j/phomber
- Owner: s41r4j
- License: gpl-3.0
- Created: 2021-08-25T08:00:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T03:19:43.000Z (over 1 year ago)
- Last Synced: 2024-04-30T01:43:02.735Z (about 1 year ago)
- Topics: 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
- Language: Python
- Homepage: https://pypi.org/project/phomber/
- Size: 1.76 MB
- Stars: 331
- Watchers: 5
- Forks: 45
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
```
An open source infomation grathering & reconnaissance framework!
```
## What is PH0MBER?
- `PH0MBER` is an __osint framework__, which is one-stop tool for your information gathering and reconnaissance needs
- It can help you gather information (such as phone numbers, ip address, domain name info, etc.) from various publicly available sources about the target
## Quick Guide
> Install, Update, Usage
### Installation:
- __git clone__
```
git clone https://github.com/s41r4j/phomber
cd phomber
pip3 install -r pyproject.toml
```- __pip__
```
pip install phomber
```- __docker__
```
docker pull sinawic/phomber:latest
docker run --rm -it sinawic/phomber:latest
```
### Update:
- __git clone__ (assuming you are in the `phomber` directory)
```
git pull
```- __pip__
```
pip install --upgrade phomber
```- __docker__
```
docker pull sinawic/phomber:latest
```
### Usage:
- __git clone__ (assuming you are in the `phomber` directory)
```
python3 phomber.py
```- __pip__
```
phomber
```- __docker__
```
phomber
```
- Help menu
```
┌────────────────────────────────────────────────────┐
| 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 | 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:
- Type `help` to get a list of commands
- Type `help ` to see more info about a command
- Use `Tab` key to auto-complete commands
- Try silent mode by using `-s`/`--silent` flag
- You can also use `Ctrl+C` to exit
- Descriptions ending with `*` needs internet connection
- Use `-e`/`--verbose-errors` flag to see more descriptive errors
### 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)
```