Skip to content

Instantly share code, notes, and snippets.

@vpnwall-services
Last active July 12, 2023 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vpnwall-services/3ebbdd91a22c1e1ebcad614fea8343c7 to your computer and use it in GitHub Desktop.
Save vpnwall-services/3ebbdd91a22c1e1ebcad614fea8343c7 to your computer and use it in GitHub Desktop.
[Security 101]
  • Lynis lynis audit system

  • List all user-agents in apache2 logs sudo awk -F\" '($2 ~ "^GET /"){print $6}' /var/log/apache2/access.log|sort|uniq > ua.log

  • Forward local USB (flipper) to remote via SSH https://developer.ridgerun.com/wiki/index.php/How_to_setup_and_use_USB/IP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment