1.12.3 (Stable)
ArcherX - powerful OSINT-multitool with different and useful tools like IP lookup, port scanner, WHOIS lookup and more. Also, ArcherX is a mix of my previous projects like archer, webrover and ontotool.
Warning
This project was created for entertainment purposes and has no intention of harming anyone.
For running this project you need to install python
and pip
first.
- Go to Microsoft Store.
- Click "Get" and install the latest
python
version (3.12) - Download ZIP file of this repo and unpack it.
- Now go into PowerShell and go into your repository folder using this command:
cd archerX
In this example we are using apt
, that uses in Ubuntu, Debian, Linux Mint, Kali Linux.
- First, you need to install
python3
,python3-pip
. Open terminal and do this:
sudo apt install python3 python3-pip
- Now download ZIP file of this repo and unpack it.
Tip
You can also use git to download repos faster.
sudo apt install git # Installing git
git clone https://github.com/memb3r/archerX # Cloning repo
- Go to repo folder:
cd archerX
Now you need to setup your LeakCheck API if you want to use program fully. You can get your API here - https://wiki.leakcheck.io/ru/api.
Lines with API variables - 493, 533.
After opening the project, it will install libraries automaticly. If you have troubles, you can install libraries automaticly. Libraries list:
geopy
phonenumbers
requests
beautifulsoup4
python-whois
To open python file, use this (working on Windows and Linux too):
python3 archerx.py
help
- Show help message.phone
- Phone number lookup. Using phonenumbers library.tg
- Telegram user info. (NOT WORKING)ip
- IP lookup. Using https://ipapi.co free API.github
- GitHub scraper. Using beautifulsoup4 scraping.sub
- Subdomain finder. (NOT WORKING)plate
- Ukraine car plane lookup. (NOT WORKING)user
- Username lookup. Using requests.email
- Email lookup. Using https://leakcheck.net API.whois
- WHOIS domain lookup. Using python-whois free API.faker
- Fake information generator. Using faker generator.port
- Port scanner. Using socket.dip
- Domain to IP. Using socket.ipd
- IP to domain. Using socket.clear
- Clear screen. Only banner stays.
- Make all OSINT functions (In progress).
- Make libraries auto-install.
- Make Google Collab version.
- Make ArcherX Telegram bot (In progress).
- Make Replit version.
- Test on Linux
- Test on Windows
ArcherX should work on all apt-based systems.
OS | Tested |
---|---|
Ubuntu 12 | True |
Windows 11 | True |
Other | False |
This project use MIT License.
MIT License
Copyright (c) 2023 Memb3r
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.