AWS Network Security Services cheat sheetAWS Network Security Services cheat sheet AWS Firewall Manager: AWS Firewall Manager is a security management service that allows you to centrally configure and manage firewall rules across your accounts and applications in AWS Organizations. As new...Sep 24, 2023·4 min read·14
Practical Firewall Penetration Testing | Firewall Audithttps://cyberbruharmy.gumroad.com/l/FirewallPentest Buy Practical Firewall Penetration Testing | Firewall Audit Firewall penetration testing is the process of locating, investigating and penetrating a certain firewall in order to reach the internal...Sep 1, 2022·1 min read·3
LAB Setup — ModSecurity || Apache as reverse Proxy || Generate& Install self signed SSL…A: Configure Apache as reverse proxy and the application [demo.testfire.net] should be accessible via local host entry through configured Apache. The Internet(Web clients) — -> Apache Reverse Proxy with Modsecurity Service — -> Web Server A-1.1 — In...Jan 25, 2022·8 min read·13
Burpsuite SetupWhat is Burp Suite? Burp Suite, the Swiss Army Knife, is a proxy tool which can intercept requests and is often used for evaluating security of web-based applications and doing hands-on testing. Burp Suite Community Edition Burp Suite comes with 3 ed...May 2, 2021·1 min read·1
Nmap SyntaxNmap Syntax Nmap Syntax 1.Scanning an IPSyntax: nmap 2.Scanning a HOSTSyntax: nmap [www.example.com](http://www.example.com)\ 3.Scanning a range of IPs Syntax: nmap 4.Scanning a SubnetSyntax: nmap 5.Scanning a Targets from a Text File Syntax: nma...May 1, 2021·3 min read·4