XCTR Hacking Tools 2020

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:

  • Dork Finder
  • Admin Panel Finder
  • Cms Finder
  • Ip History
  • Reverse Ip
  • Page Viewer
  • Proxy Finder

Installation

  • Installation with requirements.txt

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.

  • Dork Finder

The dork finder have 2 section. Bing and yandex.

e.g:

*.php?id=

  • Admin Panel Finder
  • In this section, firstly need choose a wordlist for scanning.
  • Press 2 to change wordlist and login.
  • Url should be https://targetsite.com/ (http or s and / symbol at the end of the url.)
  • If scanning is slow you will update the proxies.(Press 3 to update)

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

R K

Recent Posts

Bomber : Navigating Security Vulnerabilities In SBOMs

bomber is an application that scans SBOMs for security vulnerabilities. So you've asked a vendor…

14 hours ago

EmbedPayloadInPng : A Guide To Embedding And Extracting Encrypted Payloads In PNG Files

Embed a payload within a PNG file by splitting the payload across multiple IDAT sections.…

14 hours ago

Exploit Street – Navigating The New Terrain Of Windows LPEs

Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local…

3 days ago

ShadowDumper – Advanced Techniques For LSASS Memory Extraction

Shadow Dumper is a powerful tool used to dump LSASS (Local Security Authority Subsystem Service)…

4 days ago

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

2 weeks ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

3 weeks ago