Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.66 KB

source-code.md

File metadata and controls

49 lines (37 loc) · 1.66 KB

Source code analysis

Download all public source code available for organization under analysis

Search for keywords throughout code: -API and key. (Get some more endpoints and find API keys.) -token -secret -TODO -password -vulnerable -http:// & https://

Analyze code related to (difficult to get right): -CSRF -random -hash -MD5, SHA-1, SHA-2, etc. -HMAC

Search issues for security problems, information shared about infrastructure (search for domains/subdomains) Look at org. member's projects.

Skim commit history in search of changes related to security. Check blame and history of files of interest

Tools

Python

Ruby

JS

.NET