Sub3 Suite is a research-grade suite of tools for Subdomain Enumeration, OSINT Information gathering & Attack Surface Mapping. Supports both manual and automated analysis on variety of target types with many available features & tools.
Download Sub3 Suite for your required platform (Windows or Linux) from releases.
on Windows
After download: Extract the zip file to location of your choice. To run just open the sub3suite.exe application and done!
NOTE:
sub3suite/vcredist_x64.exe or sub3suite/vcredist_x86.exe if the program fails to run on first try.sub3suite/Win32 OpenSSL v1.1.1n Light.msi or sub3suite/Win64 OpenSSL v1.1.1n Light.msi in your system incase of SSL errors when using sub3suite.on Linux
After download: Extract archive with command tar -xvf sub3suite-<version>-linux.tar.gz, then cd sub3suite and run sub3suite ./sub3suite.
When Sub3 Suite launches, the startup wizard is displayed. This lets you choose what s3s project to open.
You can choose from the following options to create or open a project:
Temporary project – This option is useful for quick tasks where your work doesn’t need to be saved. All data is held in memory, and is lost when s3s exits.
New project on disk – This creates a new project that will store its data in a s3s project file. This file will hold all of the data and configuration for the project. You can also specify a name for the project.
Open existing project – This reopens an existing project from a Sub3 project file. A list of recently opened projects is shown for quick selection.
Note:
You can rename a project later via project config.
Use the links below for further help on Sub3 Suite Engines:
Use the links below for further help on Sub3 Suite Enumerators:
NOTE on windows:
sub3suite/vcredist_x64.exe or sub3suite/vcredist_x86.exe if the program fails to run on first try.sub3suite/Win32 OpenSSL v1.1.1n Light.msi or sub3suite/Win64 OpenSSL v1.1.1n Light.msi in your system incase of SSL errors when using sub3suite.NOTE on Linux:
After download: Extract archive with command tar -xvf sub3suite-<version>-linux.tar.gz, then cd sub3suite and run sub3suite ./sub3suite.
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…