Git Cheatsheet
Git Commands SET UP & INITIALIZATION Check for version git --version Configure your username git config --global user.name “firstname lastname” Configure your email git c...
Git Commands SET UP & INITIALIZATION Check for version git --version Configure your username git config --global user.name “firstname lastname” Configure your email git c...
Scanning & Enumeration NMAP sudo nmap -sV -sC -O -n 10.10.46.240 PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 7.2p2 Ubuntu 4ubuntu2.4 (Ubuntu Linux; protocol 2.0) |...