Skip to content
View githubfoam's full-sized avatar

Block or report githubfoam

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. nmap cheat sheet nmap cheat sheet
    1
    ----------------------------------------------------------------------------------------------------
    2
    #detect rogue dhcp server
    3
    
                  
    4
    nmap -sU -p67,68 --script dhcp-discover <network_range>
    5
    sudo nmap --script broadcast-dhcp-discover
  2. pentest cheat sheet pentest cheat sheet
    1
    ----------------------------------------------------------------------------------------------------
    2
    OWASP Top Ten 
    3
    https://owasp.org/www-project-top-ten/
    4
    
                  
    5
    The CWE Top 25
  3. 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
    5
    https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/appendix-l--events-to-monitor
  4. Mellanox OFED cheat sheet Mellanox OFED cheat sheet
    1
    --------------------------------------------------------------------------
    2
    # ofed_info -s
    3
    --------------------------------------------------------------------------
    4
    Find Mellanox Adapter Type and Firmware/Driver version
    5
    ConnectX-4 card
  5. Linux_Administrator_Daily_Tasks Linux_Administrator_Daily_Tasks
    1
    ------------------------------------------------------------------------------------------
    2
    #CLI shortcut keystrokes(linux&MAC)
    3
    Ctrl+L: Clear the screen. This is similar to running the “clear” command.
    4
    Ctrl+C: Interrupt (kill) the current foreground process running in in the terminal. This sends the SIGINT signal to the process
    5
    Ctrl+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.
  6. windows_administrator_daily_tasks windows_administrator_daily_tasks
    1
    ==========================================================================================================
    2
    problem:
    3
    The action can't be completed because the folder or a file in it is open in
    4
    another program
    5