Pinned Repositories
Awesome-Scada
Scada default login data
ClearEventLogs
This is a simple batch script that clears all Windows Event Logs. It uses the wevtutil command-line tool to clear each log.
encrypt_decrypt_files
This is a simple Python script for encrypting or decrypting files in a folder using the Cryptography library. It uses the Fernet algorithm to encrypt and decrypt files.
Encryptor
enumax
Enumax is a simple Bash script that automates subdomain enumeration using popular tools such as sublist3r, subfinder, findomain, and assetfinder. It combines and saves the unique subdomains into a single text file.
ftp_brute
This is a command-line tool for performing brute force attacks against FTP servers. It accepts a list of server addresses, usernames, and passwords and attempts to log in to each server with each combination of credentials
goshooter
GoShooter is a command-line interface (CLI) tool, written in Go, designed to take screenshots of websites provided in a list. It's a multi-threaded utility that allows custom timeout configurations for screenshot capture.
HoaxshellToExe
ProcessHollowing
wpfighter
Wordpress Brute Force Tool
DrW3b's Repositories
DrW3b/enumax
Enumax is a simple Bash script that automates subdomain enumeration using popular tools such as sublist3r, subfinder, findomain, and assetfinder. It combines and saves the unique subdomains into a single text file.
DrW3b/ftp_brute
This is a command-line tool for performing brute force attacks against FTP servers. It accepts a list of server addresses, usernames, and passwords and attempts to log in to each server with each combination of credentials
DrW3b/goshooter
GoShooter is a command-line interface (CLI) tool, written in Go, designed to take screenshots of websites provided in a list. It's a multi-threaded utility that allows custom timeout configurations for screenshot capture.
DrW3b/wpfighter
Wordpress Brute Force Tool
DrW3b/Awesome-Scada
Scada default login data
DrW3b/ClearEventLogs
This is a simple batch script that clears all Windows Event Logs. It uses the wevtutil command-line tool to clear each log.
DrW3b/encrypt_decrypt_files
This is a simple Python script for encrypting or decrypting files in a folder using the Cryptography library. It uses the Fernet algorithm to encrypt and decrypt files.
DrW3b/Encryptor
DrW3b/HoaxshellToExe
DrW3b/ProcessHollowing
DrW3b/secfinder
This script is designed to identify and extract potential sensitive information from the source code of given URLs. It employs regular expressions to search for patterns associated with various types of sensitive data, including API keys, access tokens, and private keys.