Discover : Custom Bash Scripts Used To Automate Various Penetration Testing Tasks

0

Discover custom bash scripts used to automate various penetration testing tasks including recon, scanning, parsing, and creating malicious payloads and listeners with Metasploit. For use with Kali Linux and the Penetration Testers Framework (PTF). Download, setup, and usage git clone https://github.com/leebaird/discover /opt/discover/All scripts must be ran from this location.cd /opt/discover/./update.sh RECONDomainPersonParse salesforceSCANNINGGenerate target listCIDRListIP, range, or domainRerun Nmap scripts and MSF auxWEBInsecure direct object...

RBuster : Yet Another Dirbuster

0

Rbuster is yet another dirbuster with the latest version of v0.2.1. Following are the common command line options; -a <user agent string> - specify a user agent string to send in the request-c <http cookies> - use this to specify any cookies that you might need (simulating auth). header.-f - force processing of a domain with wildcard results.-l - show the length of...

XMLRPC : An Brute Forcer Targeting WordPress Written In Python 3

0

An XMLRPC brute forcer targeting Wordpress written in Python 3. In the context of xmlrpc brute forcing, its faster than Hydra and WpScan. It can brute force 1000 passwords per second. Usage -- python3 xmlrcpbruteforce.py http://wordpress.org/xmlrpc.php passwords.txt username -- python3 xmlrpcbruteforce.py http://wordpress.org/xmlrpc.php passwords.txt userlist.txt ( >>in progess<<) Bugs If you get an xml.etree.ElementTree.ParseError: Did you forget to add 'xmlrpc' in the url ?Try...

Dirstalk : Modern Alternative to Dirbuster/Dirb

0

Dirstalk is a multi threaded application designed to brute force paths on web servers. The tool contains functionalities similar to the ones offered by dirbuster and dirb. Here you can see it in action: How to use it The application is self-documenting, launching dirstalk -h will return all the available commands with a short description, you can get the help for each command by doing distalk <command> -h. EG...

The Student’s Guide to Cyber Security – 9 Top Tips to Prevent Yourself From Hackers

0
The Student’s Guide to Cyber Security – 9 Top Tips to Prevent Yourself From Hackers

The rise of the Internet has brought tremendous benefits to people’s education. But, it also makes people targets to hackers and theft of sensitive information, which is why every student must learn about online cyber security at some point. These days, almost every student owns a smart device or a laptop. This immense use of technology brings up devastating...

Cotopaxi : Set Of Tools For Security Testing Of Internet Of Things Devices Using Specific Network IoT Protocols

0

Cotopaxi set of tools for security testing of Internet of Things devices using protocols like: CoAP, DTLS, HTCPCP, mDNS, MQTT, SSDP. Requirements Currently Cotopaxi works only with Python 2.7.x, but future versions will work also with Python 3. If you have previous installation of scapy without scapy-ssl_tls, please remove it or use venv. Installation of main libraries: scapy-ssl_tls (this will install also scapy in...

Auto_Re : IDA PRO Auto-Renaming Plugin With Tagging Support

0

Auto_re dummy-named functions, which have one API call or jump to the imported API. Before After Also Read - UniFuzzer : A Fuzzing Tool For Closed-Source Binaries Based On Unicorn & LibFuzzer Assigning TAGS to functions accordingly to called API-indicators insideSets tags as repeatable function comments and displays TAG tree in the separate view Some screenshots of TAGS view: How TAGs look in unexplored...

GoBuster : Directory/File, DNS & VHost Busting Tool Written In Go

0

Gobuster is a tool used to brute-force like URIs (directories and files) in web sites, DNS subdomains (with wildcard support) and Virtual Host names on target web servers. WHY!? Something that didn't have a fat Java GUI (console FTW).To build something that just worked on the command line.Something that did not do recursive brute force.Something that allowed me to brute force...

Unicorn-Bios : Basic BIOS Emulator for Unicorn Engine

0

Unicorn-Bios is a basic BIOS emulator/debugger for Unicorn Engine. Usage Usage: unicorn-bios BOOT_IMGOptions: --help / -h: Displays help.--memory / -m: The amount of memory to allocate for the virtual machine (in megabytes). Defaults to 64MB, minimum...

UniFuzzer : A Fuzzing Tool For Closed-Source Binaries Based On Unicorn & LibFuzzer

0

UniFuzzer is a fuzzing tool for closed-source binaries based on Unicorn and LibFuzzer. Currently it supports fuzzing 32-bits LSB ELF files on ARM/MIPS, which are usually seen in IoT devices. Features very little hack and easy to buildcan target any specified function or code snippetcoverage-guided fuzzing with considerable speeddependence resolved and loaded automaticallylibrary function override by PRELOAD Build Reverse the target binary and find interesting functions for...