Linux - RCs - fish
Stored in ~/.config/fish/config.fish set -U fish_greeting "" builtin history clear
Stored in ~/.config/fish/config.fish set -U fish_greeting "" builtin history clear
This is more of personal preference as I don’t like the performance of snap, and most applications I need can be found in flatpak/flathub. Remove currently installed snap packages (user-input requ...
Fix Archive Keyring Change Errors Occasionally happens whenever Kali has a major update, you’ll see some kind of error that about a keyring being outdated or wrong Can run the below and it should...
Get-ExecutionPolicy -List Lists current ExecutionPolicy settings Set-ExecutionPolicy Undefined -Scope LocalMachine Sets ExecutionPolicy to Undefined Policies AllSigned Scripts ca...
Common Commands Initial Network Scan Real World Environment Scan (less noisy): nmap -T1 -A -v -Pn -oN nmap.txt X.X.X.X Lab Environment Scan (very noisy): nmap -T5 -A -v -Pn -oN nmap.txt X.X.X...
Used for Directory Searching Websites Includes: Excluded HTTP Error Codes Extension File (will need to point this to one you have) Output File Proxy (BurpSuite) feroxbuster -u http://X...
Basic Network Troubleshooting for Workstation/Server Note If troubleshooting on server, MAKE SURE YOU HAVE PERMISSION TO REBOOT BEFORE DOING SO (could cause issues with others users being logged i...
Disable Windows Commands through WSL Distro Create the following file if not already created: sudo nano /etc/wsl.conf Add the following to wsl.conf: [interop] en...
Clear Terminal History PATH: C:\\Users\\YOURUSERNAME\\AppData\\Roaming\\Microsoft\\Windows\\PowerShell\\PSReadLine\\ConsoleHost_history.txt Create PROFILE PATH (reference output of below if on...
Ram Clear Cache Create a new shortcut and enter the following path: %windir%\\system32\\rundll32.exe advapi32.dll,ProcessIdleTasks Mini-Tray Clear Duplicates (Batch) ...