Mail Security Testing – Framework For Mail Security & Filtering Solutions
Mail Security Testing Framework is a testing framework for mail security and filtering solutions. Mail Security Testing Installation The mail security testing framework works with with Python >=3.5. Just pull this repository and go ahead. No further dependencies are required. Usage The script mail-tester.py runs the tests. Read the help message with ./mail-tester.py --help and check the list of test and evasion modules...
SocialBox – A Bruteforce Attack Framework[ Facebook , Gmail , Instagram ,Twitter]
SocialBox is a Bruteforce Attack Framework . SocialBox Installation sudo apt-get install git sudo git clone https://github.com/TunisianEagles/SocialBox.git cd SocialBox chmod +x SocialBox.sh chmod +x install-sb.sh ./install-sb.sh ./SocialBox.sh Tested On Backbox linux Ubuntu Kali linux Also ReadDVR-Exploiter : DVR-Exploiter a Bash Script Program Exploit The DVR’s Screenshots Credit: Belahsan Ouerghi
SharpSploit – A .NET Post-Exploitation Library Written in C#
SharpSploit is a .NET post-exploitation library written in C# that aims to highlight the attack surface of .NET and make the use of offensive .NET easier for red teamers. It is named, in part, as a homage to the PowerSploit project, a personal favorite of mine! While SharpSploit does port over some functionality from PowerSploit, my intention is not at...
Joomscan – OWASP Joomla Vulnerability Scanner Project
OWASP Joomla! Vulnerability Scanner or JoomScan is an open source project, developed with the aim of automating the task of vulnerability detection and reliability assurance in Joomla CMS deployments. Implemented in Perl, this tool enables seamless and effortless scanning of Joomla installations, while leaving a minimal footprint with its lightweight and modular architecture. It not only detects known offensive vulnerabilities,...
Exploit CVE-2017-6079 – Blind Command Injection In Edgewater Edgemarc Devices Exploit
This exploit was developed based on the technical description by depthsecurity https://depthsecurity.com/blog/cve-2017-6079-blind-command-injection-in-edgewater-edgemarc-devices The HTTP web-management application on Edgewater Networks Edgemarc appliances has a hidden page that allows for user-defined commands such as specific iptables routes, etc., to be set. You can use this page as a web shell essentially to execute commands, though you get no feedback client-side from the web...
DVR-Exploiter : DVR-Exploiter a Bash Script Program Exploit The DVR’s
DVR-Exploiter a Bash Script Program Exploit The DVR's Based on CVE-2018-999. Exploit Title: DVR Credentials Exposed Date: 09/04/2018 Exploit Author: Fernandez Ezequiel DVR-Exploiter By: Belahsan Ouerghi Contact:...
How Safe is to Use the Internet From Public WiFi?
The Internet has taken over our lives in such a powerful way that sometimes, we can't seem to thrive if we don't have access to the web. The human being is a routine animal, and by now, we have grown accustomed to doing specific things online that can affect our daily schedule, mood, performance, and overall productivity if we...
Vboxdie Cracker – Virtual Box Disk Image Encryption Password Cracker
Vboxdie Cracker is a virtual box disk image encryption password cracker. User password is stored using a combination of PBKDF2 and AES-XTS, but they can be controlled inside the file format. Vboxdie Cracker Requirements PHP >= 5.5.0 OpenSSL >= 1.0.1 (XTS support) Also ReadCyberChef – A web App For Encryption, Encoding, Compression & Data Analysis Algorithm Description User password is stored using a...
Singularity – A DNS Rebinding Attack Framework
Singularity of Origin is a tool to perform DNS rebinding attacks. It includes the necessary components to rebind the IP address of the attack server DNS name to the target machine's IP address and to serve attack payloads to exploit vulnerable software on the target machine. It also ships with sample payloads to exploit several vulnerable software versions, from the...
Nmap-Bootstrap-XSL : A Nmap XSL implementation with Bootstrap
Nmap-Bootstrap-XSL is a Nmap XSL implementation with Bootstrap. Nmap-Bootstrap-XSL Usage Add the nmap-bootstrap.xsl as stylesheet to your Nmap scan. Example: nmap -sS -T4 -A -sC -oA scanme --stylesheet https://raw.githubusercontent.com/honze-net/nmap-bootstrap-xsl/master/nmap-bootstrap.xsl scanme.nmap.org scanme2.nmap.org Open the scanme.xml with your Web browser. It should look like the scanme.html sample report. Alternatively you can transform the xml to html with xsltproc -o scanme.html nmap-bootstrap.xsl scanme.xml You will...