Burp Suite Extension For Generate A Random User Agents
A Burp Suite extension to help pentesters to generate a random user-agent. This extension has been developed by M'hamed (@m4ll0k) Outaadi. Installation Download a jar file in release or compile the java code: $ git clone https://github.com/m4ll0k/BurpSuite-Random_UserAgent.git random-useragents $ cd random-useragents/src/main/java $ javac burp/*.java $ jar cf random-useragents.jar burp/*.class Also Read - InjuredAndroid : A Vulnerable Android Application Demo https://imgur.com/4rRAIbX Download
CTFTool : Interactive CTF Exploration Tool
This is ctftool, an interactive command line tool to experiment with CTF, a little-known protocol used on Windows to implement Text Services. This might be useful for studying Windows internals, debugging complex issues with Text Input Processors and analyzing Windows security. It is possible to write simple scripts with ctftool for automating interaction with CTF clients or servers, or perform...
Aduket : Straight-forward HTTP Client Testing, Assertions Included
Aduket Straight-forward HTTP client testing, assertions included. Simple httptest.Server wrapper with a little request recorder spice on it. No special DSL, no complex API to learn. Just create a server and fire your request like an Hadouken then assert it. TODO Add support for accessing to each RequestRecorder of Route of MultiRouteServer Extract Request().Body to requestRecorder.Body...
OpenRelayMagic : Tool To Find SMTP Servers Vulnerable To Open Relay
OpenRelayMagic is a tool to test for vulnerable open relays on SMTP servers. Features Check single target/ domain listPort 587 and 465 ImplementedMultithreaded Also Read - Pytm : A Pythonic Framework For Threat Modeling Download
HashCracker : Python Hash Cracker
HashCracker is a python hash cracker which support hashing algorithms like SHA512, SHA256, SHA384, SHA1, MD5, SHA224. Features Auto detection of hashing algorithm based on length (not recommended)BruteforcePassword List Also Read - Acunetix – Web Application Security Scanner Arguments Type: hash algorithm (must be one of the supported hashing algorithms mentioned above or AUTO if you want to use automatic algorithm detection)Hash: can...
KawaiiDeauther : Jam All WiFi Clients/Routers
KawaiiDeauther is a pentest toolkit whose goal is to perform jam on WiFi clients/routers and spam many fake AP for testing purposes. Dependencies macchangermdk3nmcli Installation Dependencies will be automatically installed. $ git clone https://github.com/aryanrtm/KawaiiDeauther $ cd KawaiiDeauther && sudo ./install.sh $ sudo KawaiiDeauther.sh Also Read - Re2Pcap : Create PCAP file From Raw HTTP Request Or Response In Seconds Demo Tested on Operating System Version Linux...
Agente : Distributed Simple & Robust Release Management & Monitoring System
Agente is a distributed simple and robust release management and monitoring system. Road Map Core system First worker agent Management dashboard Jenkins vs CI tool extensions Management dashboard First master agent All relevant third-party system integrations (version control, CI, database, queuing etc.) Also Read - TakeOver : Sub-Domain TakeOver Vulnerability Scanner Requirements Go > 1.11Redis or RabbitMQPostgreSQL Docker Environment For PostgreSQL docker run --name agente_PostgreSQL...
Read The Text Messages Remotely
There are so many factors for you to check on your Belongings text messages. If both of you are going through some problematic situations, chances are here that she might be cheating. Even though it is not always the case, but it is always better to be sure of it. If you ever doubt that your wife is cheating...
XSS-Freak : XSS Scanner Fully Written In Python3 From Scratch
XSS-Freak is an xss scanner fully written in python3 from scratch. it is one of its kind since it crawls the website for all possible links and directories to expand its attack scope. Then it searches them for inputs tags and then launches a bunch of xss payloads. if an inputs is not sanitized and...
Netdata – Real-time Performance Monitoring
Netdata is distributed, real-time, performance and health monitoring for systems and applications. It is a highly-optimized monitoring agent you install on all your systems and containers. Netdata provides unparalleled insights, in real-time, of everything happening on the systems it runs (including web servers, databases, applications), using highly interactive web dashboards. It can run autonomously, without any third-party components, or it can be integrated to existing...