Reference List Tnmap SearchSploit suBruteForce sudo_inject Foremost Zsteg ExifTool GDB SublimeText NCat PwnCat SeatBelt GoBuster SSHuttle BloodHound Evil-WinRM Armitage FrameBuffer […]
UFW and Shorewall Cheat Sheet
UFW [Link] is my recommendation for Firewall on Linux. The firewalls will basically create rules on the IPTables and NetFilter. […]
Tmux Cheat Sheet
Tmux is a terminal multiplexer that allows multiple terminal sessions to be accessed simultaneously in a single window. It is […]
Reverse Shell with AutoSSH
Sometimes you need to get SSH access into a host that is inside a network behind a Firewall/NAT and only […]
AAA RADIUS AAA TACACS+ on Cisco Devices
Connection your Cisco routers and switches to the AAA RADIUS server. AAA stands for Authentication, Authorization, and Accounting. RADIUS is […]
Regular Expressions (RegEx) Cheat Sheet
Knowing how to write RegEx is crucial for creating or customizing modules or rules for Fail2Ban, Snort, etc. RegEx basically […]
Managing Dockers Containers with Portainer
Portainer is a Web GUI to manage Docker Containers [Link]. See also the post about Yacht [Link]. See also the […]
Managing Dockers Containers with Yacht over HTTPS
Yacht is a web GUI to manage Docker containers and make deployments and management of all resources very easy [Link]. […]
Working with Git Repositories in GitHub
First thing first. Create an account and log in to GitHub [Link]. Enter Settings > SSH and GPG Keys > […]
Deploying and Configuring in Mass with Ansible
Ansible is a tool for automating provisioning, configuration, and deployment in multiple hosts via SSH. Installing Ansible on Ubuntu 20.04 […]