BPYTOP : Linux/OSX/FreeBSD Resource Monitor
BPYTOP is a resource monitor that shows usage and stats for processor, memory, disks, network and processes. Features Easy to use, with a game inspired menu system.Full mouse support, all buttons with a highlighted key is clickable and mouse scroll works in process list and menu boxes.Fast and responsive UI with UP, DOWN keys process selection.Function for showing detailed stats for...
OpenRedireX : Asynchronous Open redirect Fuzzer for Humans
OpenRedireX is a asynchronous open redirect fuzzer for humans. Key Features Takes a url or list of urls and fuzzes them for Open redirect issuesYou can specify your own payloads in 'payloads.txt'Shows Location header history (if any)Fast (as it is Asynchronous)umm thats it , nothing much ! Usage Note : Use Python 3.7+ ! $ git clone https://github.com/devanshbatham/OpenRedireX $ cd OpenRedireX $ python3...
SQLMap v1.4.9 : Automatic SQL Injection & Database Takeover Tool
SQLMap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester, and a broad range of switches including database fingerprinting, over data fetching from the database, accessing the underlying file...
Offensive Docker VPS
Create a VPS on Google Cloud Platform or Digital Ocean easily to use Offensive Docker and launch the assessments to the targets. Requirements Terraform installed (Version used: v0.13.0)Ansible installed (Version used: 2.9.12)SSH private and public keysGoogle Cloud Platform or Digital Ocean account. Usage Clone the repository git clone --depth 1 https://github.com/aaaguirrep/offensive-docker-vps.git vps cd vps CredentialsCreate credentials folder. mkdir credentials For Google Cloud PlatformCreate a new project.Create...
Autovpn : Create On Demand Disposable OpenVPN Endpoints On AWS
AutoVPN is a script that allows the easy creation of OpenVPN endpoints in any AWS region. To create a VPN endpoint is done with a single command takes ~3 minutes. It will create the proper security groups. It spins up a tagged ec2 instance and configures OpenVPN software. Once instance is configured an OpenVPN configuration file is downloaded and...
Hardcodes : Find Hardcoded Strings From Source Code
Hardcodes is a utility for searching strings hardcoded by developers in programs. It uses a modular tokenizer that can handle comments, any number of backslashes & nearly any syntax you throw at it. Yes, it is designed to process any syntax and following languages are officially supported: ada, applescript, c, c#, c++, coldfusion, golang, haskell, html, java, javascript, jsp, lua, pascal, perl,...
Wordlist-Generator : Unique Wordlist Generator Of Unique Wordlists
Wordlist-Generator generates wordlists with unique words with techniques mentioned in tomnomnom's report "Who, What, Where, When". It takes URLs from gau and splits them to get words in URLs. Then it requests each URL to fetch all words. Finally, wordlist_generator removes from wordlist everything from "denylists" directory files to keep only unique words, which you can use for domain,...
8 Online Computer Programming Courses
There are many in-demand computer programs and free online courses on programming from scratch that will help with future employment. With the help of online schools, you can adapt training to your area of interest and choose courses that correspond to your current level of knowledge. Do you want to learn how to write Python programs, or create the perfect...
H4Rpy : Automated WPA/WPA2 PSK Attack Tool
H4Rpy is an automated WPA/WPA2 PSK attack tool, wrapper of aircrack-ng framework. H4Rpy provides clean interface for automated cracking of WPA/WPA2 PSK networks. It enables monitor mode on selected wireless interface, scans the wireless space for access points, tries to capture WPA/WPA2 4-way handshake for the acess point, and starts a dictionary attack on the handshake. It is also...
SNIcat : Server Name Indication Concatenator
SNIcat is a proof of concept tool that performs data exfiltration, utilizing a covert channel method via. Server Name Indication, a TLS Client Hello Extension. The tool consists of an agent which resides on the compromised internal host, and a Command&Control Server which controls the agent and gathers exfiltrated data. Background & Scenario We discovered a new stealthy method of data...