code review - tripmine253/pentest-book GitHub Wiki

Code review

# General analysis
https://www.sonarqube.org/downloads/
https://deepsource.io/signup/
https://github.com/pyupio/safety

# Find interesting strings
https://github.com/s0md3v/hardcodes
https://github.com/micha3lb3n/SourceWolf
https://libraries.io/pypi/detect-secrets

# JavaScript
https://jshint.com/
https://github.com/jshint/jshint/

# NodeJS
https://github.com/ajinabraham/nodejsscan

# Electron Apps
https://github.com/doyensec/electronegativity

# Python
https://github.com/PyCQA/bandit
https://github.com/python-security/pyt

# .NET
https://github.com/icsharpcode/ILSpy
https://github.com/0xd4d/dnSpy
⚠️ **GitHub.com Fallback** ⚠️