XCTR Hacking Tools initially, you need to create a project where you will save everything. All of the collected information is saved as “project-name” in results directory.
You can update user agent and proxy information in the settings section and also update url, proxy, project name, wordlist, thread numbers.
Features
This tool include:
Installation
git clone https://github.com/capture0x/XCTR-Hacking-Tools/
cd xctr-hacking-tools
pip3 install -r requirements.txt
Also Read – Xencrypt : A PowerShell Script Anti-Virus Evasion Tool
Usage
python3 xctr.py
All results save in results/project-name.
The dork finder have 2 section. Bing and yandex.
e.g:
*.php?id=
CMS Finder
You’ll find cms version from meta name.
IP History
This tool displays and save the ip history of the domain.
e.g usage:
targetsite.com
Reverse IP
With this tool, you can find domains on server.
e.g usage:
212.57.147.54
Page Viewer
You can increase the number of page views of the target site.
e.g usage:
https://targetsite.com
Proxy Finder
This tool, find proxies on free-proxy-list.net and updates proxy.txt on main directory.
Screenshot
Credit: Hulya Karabag
The touch command in Linux does two things: it creates new empty files, and it updates the…
The rsync command in Linux synchronizes files and directories between two locations, locally or over SSH. Unlike scp,…
The patch command in Linux applies a set of changes from a diff file to one or…
The basename command in Linux extracts the last component of a file path, removing the leading directory…
The timeout command in Linux runs a command with a time limit and terminates it when the limit is reached. It is part of GNU coreutils, available on virtually every Linux distribution. It is most useful for commands with no built-in timeout option, such as ping, curl, tcpdump, or a custom script that might hang indefinitely. How the timeout Command Works in Linux The syntax is: bashtimeout [OPTIONS] DURATION COMMAND [ARG]...…
The rmmod command in Linux removes a loaded module from the running kernel. Because the kernel has…