An open source infomation grathering & reconnaissance framework!
WEEK-TOOL
is a one-stop tool for your information gathering and reconnaissance needs- It can help you gather multiple types of information (such as phone numbers, ip addr, whois, etc.) from various publicly available sources about the target
Previously,
WEEK-TOOL
was a tool used to gather information about a phone number, but now it has been upgraded to a framework with many scanners available!
Install, Update, Usage
- git clone
git clone https://github.com/13xsa5/WEEK-TOOL
cd WEEK-TOOL
pip install -r requirements.txt
- pip
pip install WEEK TOOL
- docker
docker pull sinawic/phomber:latest
docker run --rm -it sinawic/phomber:latest
- git clone (assuming you are in the
WEEK-TOOL
directory)
git pull
- pip
pip install --upgrade WEEK TOOL
- docker
docker pull sinawic/phomber:latest
- git clone (assuming you are in the
WEEK-TOOL
directory)
python weektool.py
- pip
WEEL-TOOL
- docker
WEEL-TOOL
- 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 |
| 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 or normal DNS lookup * |
└────────────────────────────────────────────────────┘
- Type
help
to get a list of commands - Type
help <command>
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
- `WEEK-TOOL` is back with all new features and user interface
- `v3` has osint tools with no _api key_ requirement
- ADD: custom-scanner feature; create, distribute and deploy your own scanner
- Release windows (exe) & linux (lsb) direct executables, no python req.