memb3r / archer

Powerful OSINT-tool on Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version: 1.3

Google Colab Demo

Preview:

Installation:

For Ubuntu, Debian (apt):

$ sudo apt update
$ sudo apt upgrade
$ sudo apt install git python3-pip
$ git clone https://github.com/memb3r/archer
$ cd archer
$ python3 install.py
$ python3 archer.py 

For Fedora (dnf):

$ sudo dnf update
$ sudo dnf install git python3-pip
$ git clone https://github.com/memb3r/archer
$ cd archer
$ python3 install.py
$ python3 archer.py

For openSUSE (zypper):

$ sudo zypper refresh
$ sudo zypper install git python3-pip
$ git clone https://github.com/memb3r/archer
$ cd archer
$ python3 install.py
$ python3 archer.py

For Arch (pacman):

$ sudo pacman -Syu
$ sudo pacman -S git python-pip
$ git clone https://github.com/memb3r/archer
$ cd archer
$ python3 install.py
$ python archer.py

For Void Linux (xbps):

$ sudo xbps-install -S git python3-pip
$ git clone https://github.com/memb3r/archer
$ cd archer
$ python3 install.py
$ python3 archer.py

Usage:

  • 1 - Phone number lookup.
  • 2 - Telegram scraper.
  • 3 - IP Scan.
  • 4 - Replit scraper
  • 5 - Subdomain finder (9985 subdomains in a list).
  • 6 - Ukraine car plane lookup (traffic police database).
  • 7 - Username lookup.
  • 8 - Fake information generator.
  • 9 - Port scanner.
  • cls - Clear screen.
  • Working on (1.3):

  • Debian and Debian-based (Ubuntu, Zorin OS, Kali Linux, Linux Mint, etc.) ✅
  • Fedora and Fedora-based (openSUSE, CentOS, Oracle Linux, Red Hat, etc.) ❔
  • Arch and Arch-based (Manjaro, SteamOS, etc.)❔
  • Void Linux
  • Alpine Linux
  • Windows