Pinned Loading
-
nmap cheat sheet
nmap cheat sheet 1----------------------------------------------------------------------------------------------------
2#detect rogue dhcp server
34nmap -sU -p67,68 --script dhcp-discover <network_range>
5sudo nmap --script broadcast-dhcp-discover
-
pentest cheat sheet
pentest cheat sheet 1----------------------------------------------------------------------------------------------------
2OWASP Top Ten
3https://owasp.org/www-project-top-ten/
45The CWE Top 25
-
windows event logs cheat sheet
windows event logs cheat sheet 1------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2# PS : ChatGPT makes mistakes, consider "trust but verify" principle
3------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
4#Events to Monitor
5https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/appendix-l--events-to-monitor
-
Mellanox OFED cheat sheet
Mellanox OFED cheat sheet 1--------------------------------------------------------------------------
2# ofed_info -s
3--------------------------------------------------------------------------
4Find Mellanox Adapter Type and Firmware/Driver version
5ConnectX-4 card
-
Linux_Administrator_Daily_Tasks
Linux_Administrator_Daily_Tasks 1------------------------------------------------------------------------------------------
2#CLI shortcut keystrokes(linux&MAC)
3Ctrl+L: Clear the screen. This is similar to running the “clear” command.
4Ctrl+C: Interrupt (kill) the current foreground process running in in the terminal. This sends the SIGINT signal to the process
5Ctrl+Z: Suspend the current foreground process running in bash. This sends the SIGTSTP signal to the process. To return the process to the foreground later, use the fg process_name command.
-
windows_administrator_daily_tasks
windows_administrator_daily_tasks 1==========================================================================================================
2problem:
3The action can't be completed because the folder or a file in it is open in
4another program
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.