System Design
+ https://github.com/donnemartin/system-design-primer
Read More
Summary
+ Brute-force until a valid string is discovered where user-controlled exponent == '0
Read More
Subprocess (For Python 3)
// Because I am so annoyed that I can't get reverse shell for Concord OSWE box that I am doing research on Subprocess library
Read More
Subdomain Takeover
+ https://owasp.org/www-project-web-security-testing-guide/latest/4-Web_Application_Security_Testing/02-Configuration_and_Deployment_Management_Testing/10-Test_for_Subdomain_Takeover
Read More
SSM
+ https://digitalcloud.training/connect-to-ec2-aws-session-manager-vs-ssh/
Read More
SSH
+ `git clone git@github.com:ACME/example.git --config core.sshCommand=\"ssh -i id_rsa\"`
Read More