Build VMs, containers, AI, databases, storage—all in one place.
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
Get Started
AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
A push-button wireless hacking and Man-in-the-Middle attack toolkit
...It provides users with automated wireless attack tools that air paired with man-in-the-middle tools to effectively and silently attack wireless clients.
Some of the tools included in the kit are:
Custom regex-based DNS Server
DHCP
Aircrack-ng suite
Browser Exploitation Framework (Preconfigured for metasploit)
Metasploit
Python-based Transparent Injection Proxy
Pushbutton configuration
"Limpet Mine" mode for attacking existing networks
You basically answer three questions in the start script, wait a bit, then log into the BEEF console to start attacking clients
Python Based Brute Force Password Cracking Assistant By Clownsec
...*HONK*
Usage: wordpie.py [-h] [-o OUTPUT] [-min MIN_SIZE] [-max MAX_SIZE] [-N] [-L] [-U] [-S] [-A] [-v]
Generate a wordlist with all possible combinations of letters including:
-L (Lowercase Letters)
-U (Uppercase Letters)
-N (Numbers)
-S (Special Characters)
-A (All Characters, Numbers, and Letters)
-min (Minimum Size)
-max (Maximum Size)
-o outputfile.gz
or
-o stdout
By default -o filename.gz to create a GZ compressed text file of all the words. Use the keyword "stdout" to print to screen or for use with other programs like Aircrack-ng or Medusa
./wordpie.py | xargs -L 1 medusa -h 192.168.1.1 -u admin -M web-form -p
./wordpie.py -o stdout -A | aircrack-ng -b XX:XX:XX:XX:XX:XX -w - *.cap
A Python re-write and extension of the (apparently abandoned) Hackbot script. It is designed to assist in the footprinting and enumeration phases of penetration testing.