Kali Usage Tips and Tricks
Kali Linux is a Debian-based Linux distribution aimed at advanced Penetration Testing and Security Auditing. Kali contains several hundred tools…
Learning & Sharing InfoSec Knowledge
Kali Linux is a Debian-based Linux distribution aimed at advanced Penetration Testing and Security Auditing. Kali contains several hundred tools…
The CentOS (Community Enterprise Operating System) Project is a community-driven free software effort focused on delivering a robust open source…
1. Ubuntu16.04 Installation 1.1 VMware Workstation Virtual Machine Creation for not easy installation If you are using VMware workstation ,…
OpenVAS is a framework of several services and tools offering a comprehensive and powerful vulnerability scanning and vulnerability management solution.…
OpenVAS Framework The GSM Community Edition is a derivate of the GSM ONE and allows a quick and easy option on Windows,…
The Metasploit Framework (MSF) is far more than just a collection of exploits. It’s an infrastructure that you can build…
Kali Linux is the world’s most powerful and popular penetration testing platform, used by security professionals in a wide range…
The CentOS Project is a community-driven free software effort focused on delivering a robust open source ecosystem. For users, CentOS offers a…
1. Basic Commands man : manualls :List Directory Contentspwd :print working directorycd :change directorymkdir :Make directorycp :Copymv :Movefind and locate…
1. Juniper Firewall find . -type f -size +10000 -exec ls -lh {} ; Sample output: [email protected]% find .…
Create a file:echo ‘This is a sekret’ >/tmp/msg.txt Export public key:openssl rsa -in ~/private.pem -out /tmp/public.pub -outform PEM -pubout Encrypt…