Category 01 · 10 resources

Original / Screenshot Tools

Core utilities for capturing, inspecting and manipulating systems and devices. These are the baseline tools every investigator installs first.

skynetchat Web

https://skynetchat.net/

AI chat platform

How to use it

Open the site in a browser, create an account if prompted, and start a conversation. Use it for quick AI-assisted research and drafting.

Open resource →

getautoseo Web

https://getautoseo.com/

Automated SEO platform

How to use it

Sign up, connect your website, and let it audit and auto-fix on-page SEO issues. Review its suggested changes before publishing.

Open resource →

cpfFinder GitHub

https://github.com/p1ngul1n0/cpfFinder/

Open-source code repository

How to use it

Open the repo page, read the README for install instructions (usually a git clone or pip install command), then run it in a terminal. Check the 'Issues' and 'Releases' tabs for updates.

Open resource →

GHunt GitHub

https://github.com/mxrch/GHunt/

Open-source code repository

How to use it

Open the repo page, read the README for install instructions (usually a git clone or pip install command), then run it in a terminal. Check the 'Issues' and 'Releases' tabs for updates.

Open resource →

frida Web

https://frida.re/

Dynamic instrumentation toolkit

How to use it

Install with `pip install frida-tools`, connect a device or emulator, and inject JavaScript hooks into running apps to observe or change their behavior in real time.

Open resource →

frida GitHub

https://github.com/frida/frida/

Open-source code repository

How to use it

Open the repo page, read the README for install instructions (usually a git clone or pip install command), then run it in a terminal. Check the 'Issues' and 'Releases' tabs for updates.

Open resource →

macchanger GitHub

https://github.com/alobbs/macchanger/

Open-source code repository

How to use it

Open the repo page, read the README for install instructions (usually a git clone or pip install command), then run it in a terminal. Check the 'Issues' and 'Releases' tabs for updates.

Open resource →

gnu Web

https://www.gnu.org/software/macchanger/

GNU software project page

How to use it

Read the documentation and download the source tarball or install via your distro's package manager (e.g., `sudo apt install macchanger`).

Open resource →

kali Web

https://www.kali.org/

Kali Linux — penetration-testing OS

How to use it

Download the ISO or VM image, boot it in VirtualBox/VMware or bare metal, and launch pre-installed tools from the menu. The /tools page documents every bundled tool.

Open resource →

kali Web

https://www.kali.org/tools/

Kali Linux — penetration-testing OS

How to use it

Download the ISO or VM image, boot it in VirtualBox/VMware or bare metal, and launch pre-installed tools from the menu. The /tools page documents every bundled tool.

Open resource →

Frequently asked questions

Do I need to install anything for these 01 tools?

Most entries here are GitHub projects — clone the repository and follow the README's install steps (pip, npm, go or cargo). A Kali Linux VM gives you many of them pre-installed.

Is it legal to use these resources?

Public-record lookups and defensive/research use are generally lawful, but rules vary by country and tool. Only test systems you own or have written authorization to test, respect each site's terms of service, and never use personal data unlawfully.

Where should a beginner start in this category?

Start with the web-based tools at the top of the list — they need no setup. Read each card's “How to use it” panel, run one real query, and only then move to installable tools.