- Web Developer Security Checklist – https://www.powerdown.io/blog/posts/stories/web-developer-security-checklist.html
- Top 125 Security Tools: http://sectools.org
- Free Security Software downloads: http://www.oldergeeks.com
- How to Geek (Shortcuts/Cheatsheets): https://www.howtogeek.com
- Linux 101 Hacks E-Book, How-to Cheatsheets: https://www.thegeekstuff.com
- Edit the cookie: http://www.editthiscookie.com
- Ghostery (Ad Blocker): https://www.ghostery.com
- No Scripts (Blocks malicious scripts, plug-ins, and other Web attack code) – https://noscript.net
- EFF Privacy Badger (Blocks spying ads & invisible trackers) – https://www.eff.org/privacybadger
- SysInternals Suite: https://docs.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite
- OS Forensics (Free) – https://www.osforensics.com
- WinHex Forensics & Data recovery – http://www.x-ways.net/winhex/
- Sandboxie Isolation Technology (Programs from OS): https://www.sandboxie.com
- Windows Powershell – https://docs.microsoft.com/en-us/powershell/scripting/setup/starting-windows-powershell
- Windows Powershell help – https://docs.microsoft.com/en-us/powershell/scripting/core-powershell/console/powershell.exe-command-line-help?view=powershell-6
- PDQ Inventory – https://www.pdq.com
- Software update bots. – https://ninite.com
- Windows Patching – https://batchpatch.com
- Choclatee Package Manager – https://chocolatey.org
- NMAP – https://nmap.org
- Wireshark – https://wireshark.org
- TCPDump – http://www.tcpdump.org
- Home network protection and performance – https://www.fing.io
- AES Encrypt File encryption – https://www.aescrypt.com
- Anonymous browsing – https://tails.boum.org
- Tor Project – http://www.torproject.org
- Anonymous – http://anonymouse.org
- Proxies – http://www.econsultant.com/proxylist/index.html
- OWASP Zed Attack Proxy – https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project
- Portswigger Burp Suite – https://portswigger.net/burp
- Guardicore Infection Monkey – https://www.guardicore.com/infectionmonkey/
- Metasploit – https://www.metasploit.com
- Lenny’s Security Cheatsheets – https://zeltser.com/cheat-sheets/
- Windows Malware Archeology – Cheatsheet : https://www.malwarearchaeology.com/cheat-sheets/
- Geolocation services – http://www.geocreepy.com
- People search – https://www.peekyou.com
- Free Microsoft books – https://blogs.msdn.microsoft.com/mssmallbiz/
- 2016 Security tools – http://www.toolswatch.org/2017/02/2016-top-security-tools-as-voted-by-toolswatch-org-readers/
- Password Generator – http://passwordsgenerator.net
- Open Source CA – https://www.ejbca.org
- Free SSL/TLS certificates – https://letsencrypt.org
- Deploying LetsEncrypt on AWS – https://medium.com/@gnowland/deploying-lets-encrypt-on-an-amazon-linux-ami-ec2-instance-f8e2e8f4fc1f
- Deploying LetsEncrypt for CloudFront – https://www.cgmartin.com/2016/01/19/securing-aws-cloudfront-with-free-ssl-certificates-from-lets-encrypt/
- OpenSSL Cheatsheets:
- https://medium.freecodecamp.org/openssl-command-cheatsheet-b441be1e8c4a
- https://gist.github.com/davewongillies/7050080
- Linux Privilege Escalation – https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/
- Windows Privilege Escalation – https://www.sploitspren.com/2018-01-26-Windows-Privilege-Escalation-Guide/
- Prowler – Raspberry based Network Scanner – https://www.kitploit.com/2018/05/prowler-distributed-network.html
Github Security Best Practices
- Snyk Cheatsheet: https://snyk.io/blog/ten-git-hub-security-best-practices/
AWS Cloud Security & Auditing tools on Github & Others
- AWS CIS Benchmark Quickstart: https://aws.amazon.com/quickstart/architecture/accelerator-cis-benchmark/
- Scout2: https://github.com/nccgroup/Scout2
- Prowler https://github.com/toniblyx/prowler
- AWS Resource Counter (Quick Inventory Checks): https://github.com/disruptops/resource-counter
- Netflix Security Monkey (Track Policy and Config Changes): https://github.com/Netflix/security_monkey
- CapitalOne Cloud Custodian (Policy & Encryption): https://github.com/capitalone/cloud-custodian
- Common Mistakes and Gotchas: http://flaws.cloud/
- AWS Attack library: https://github.com/carnal0wnage/weirdAAL/wiki
- AWS Guard Duty Tester Template – SSH and RDP Bruteforce test, Cryptojacking: https://github.com/awslabs/amazon-guardduty-tester
- AWS Cloud Network Diagram – Cloud Mapper: https://github.com/duo-labs/cloudmapper
- Quick CIDR Maker: http://cidr.xyz
S3 Bucket Security
- S3 Bucket Policy Report: https://github.com/bear/s3scan
- S3 Bucket Scanner (Find Open ones without policies) : https://github.com/sa7mon/S3Scanner
AWS IAM and Access Key Management
- Access Key Credential Scanner (in Files and Jenkins): https://github.com/disruptops/cred_scanner
- AWS IAM Key Disabler: https://github.com/te-papa/aws-key-disabler
- Netflix Repokid – AWS Access Advisor for Least Privileges: https://github.com/Netflix/repokid
- Git Secret Manager (Prevents storing AWS secrets in Git): https://github.com/awslabs/git-secrets
- Stuhirst Arsenal: https://github.com/stuhirst/awssecurity/blob/master/arsenal.md
Java Cryptography
- OWASP Examples of JCE: https://www.owasp.org/index.php/Using_the_Java_Cryptographic_Extensions
- OWASP Examples of JSSE: https://www.owasp.org/index.php/Using_the_Java_Secure_Socket_Extensions (I wrote the code for Core Security Patterns book)
Post Quantum Crypto – PQCrypto, SafeCrypto Algorithms
- Open Quantum Safe: OQSKEM (OpenSSL Fork): https://github.com/open-quantum-safe/openssl
- Open Quantum Safe (liboqs): https://github.com/open-quantum-safe/liboqs
- ISARA PQC Testing Samples: https://github.com/isaracorp/Toolkit-Samples
Thanks to Glenn Brunette, Ron Woerner, Stu Hirst and many friends/contributors for sharing pointers and motivating me to put this page…. and it keeps growing!