Social Icons

Press ESC to close

Penetration Testing ToolsA collection of 10 posts

Penetration Testers Tools for security professionals.

1 Min Read
1259
Rating

Detecting Zerologon with CrackMapExec (CVE-2020-1472)

Today I am writing about CVE-2020-1472 (ZeroLogon) and how can be detected with CrackMapExec and then exploit it using a script. If you want to learn more about this amazing tool check documentation about CrackMapExec 5.4.0. What is Zerologon? Zerologon is a critical vulnerability that…

1 Min Read
802

How to Install Bloodhound on Linux

How to Install Bloodhound on Linux and correct Java problems. Install JAVA and Dependencies Bloodhound requires several dependencies to be installed first. You can install these dependencies by running the following command in the terminal: Install Neo4J Neo4J Configuration File Reset Neo4J Password Linux Installation…

1 Min Read
2463

Advanced Phishing Attacks with Evilginx2

Evilginx is a man-in-the-middle exploit platform that is used to phish passwords as well as session cookies, which may eventually be used to circumvent 2-factor authentication security. Evilginx2 is considered a sophisticated tool because it can bypass two-factor authentication (2FA) and multi-factor authentication (MFA) mechanisms….

11 Min Read
1279
Rating

SQLMAP Tutorial: A Comprehensive Guide

Learn how the SQLMap tool works and its significance in SQL injection testing and exploitation. Understand its capabilities, and techniques, and used them to enhance web application security through an automated vulnerability assessment. What is SQLMAP? In the realm of web application security, SQL injection…