Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jamexhuang/security-cheatsheets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: andrewjkerr/security-cheatsheets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 8 files changed
  • 5 contributors

Commits on Apr 14, 2018

  1. Added nmap & create_local_server cheatsheets (andrewjkerr#21)

    * added nmap
    
    * added create local server
    pawiromitchel authored and andrewjkerr committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    9a2f6d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    b07a9d8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Added one liners to Metasploit cheatsheet (andrewjkerr#23)

    * msfvenom to generate a payload
    * msfconsole one liner to listen for incoming connections
    pawiromitchel authored and andrewjkerr committed May 3, 2018
    Configuration menu
    Copy the full SHA
    b12026a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2169fe View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Update mysql to use real utf8 (utf8mb4) (andrewjkerr#25)

    The utf8 in mySQL doesn't acutally create a real UTF8 database. It creates a proprietary subset. Real UTF8 in MySQL is called utf8mb4. Here's an article on the topic: [In MySQL, never use “utf8”. Use “utf8mb4”.](https://medium.com/@adamhooper/in-mysql-never-use-utf8-use-utf8mb4-11761243e434).
    dakira authored and andrewjkerr committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    fd5f728 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Add reverse shell and added new NMAP command (andrewjkerr#26)

    * added HTB
    
    * add reverse shell
    
    * fix typo
    
    * Update nikto
    
    * remove extra lines
    pawiromitchel authored and andrewjkerr committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    feb2eb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    44a6174 View commit details
    Browse the repository at this point in the history
Loading