CybernetiX-S3C.github.io

This is the OFFICIAL CybernetiX S3C website.

Follow me on GitHub

Home Main

About Truth 4.2

Information Gathering tool for a Website or IP address. I have used pieces from my Infosploit and my latest E-ntel. Truth can work in any operating system if they have and support Python 2, Python 3, and Ruby.

Features

  • DNS Lookup
  • Whois Lookup
  • GeoIP Lookup
  • Subnet Lookup
  • Port Scanner
  • Page Links
  • Zone Transfer
  • HTTP Header
  • Host Finder
  • IP-Locator
  • Find Shared DNS Servers
  • Get Robots.txt
  • Host DNS Finder
  • Reserve IP Lookup
  • Email Gathering (use E-ntel) New!
  • Subdomain listing (use Sublist3r)
  • Find Admin login site (use Breacher)
  • Check and Bypass CloudFlare (use HatCloud)
  • Website Copier (use httrack) NEW!
  • Host Info Scanner (use WhatWeb) NEW!

# Install and Run in Linux sudo apt update && sudo apt install ruby python python-pip python3 python3-pip sudo apt install httrack whatweb git clone https://github.com/CybernetiX-S3C/Truth cd Truth pip install -r requirements.txt pip3 install -r requirements.txt python3 truth.py

Install and Run in Windows

Download and run Python 2.7.x and Python 3.7 setup file from Python.org:

  • In Customize Python 2.7.x, find Add python.exe to Path and select Will be installed on local hard drive.
  • In Install Python 3.7, enable Add Python 3.6 to PATH

Download and run Ruby-lang setup file from RubyInstaller.org, choose Add Ruby executables to your PATH and Use UTF-8 as default external encoding.

Download and run Git setup file from Git-scm.com, choose Use Git from Windows Command Propmt.

Afther that, Run Command Propmt and enter this commands:

git clone https://github.com/CybernetiX-S3C/Truth

cd Truth

pip install -r requirements.txt

pip3 install -r requirements.txt

python3 truth.py

Notes

Truth uses some pieces from my Infosploit and my latest E-ntel.

All the tools: Breacher, HatCloud and Sublist3r are tools from other developers, not programmed by CybernetiX-S3C.

Thanks to Thanks to CybernetiX-S3C (myself) for programming this tool

Contact to Author

Website: https://CybernetiX-S3C.github.io

Facebook: @John Modica

Youtube: CybernetiX-S3C

What’s new in 4.2

  • Fixed bug “Not found subbrute module of Sublist3r”

To-do list

  • Add more features
  • Gather information about host (4.2) DONE!
  • Website Copier (use bhttrack and only support for Linux) (4.2) DONE!
  • And more…