Skip to content

This is a script that can be used to find the methods, libs and other stuff which can be responsible for logging and might display output in the logcat. So, it can check which sensitive might get displayed in logcat in SAST and can be reported or check more carefully.

License

Notifications You must be signed in to change notification settings

scriptjacker/find_logs_leak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

find_logs_leak v.1.0.0

This is a script that can be used to find the methods, libs and other stuff which can be responsible for logging and might display output in the logcat. So, it can check which sensitive might get displayed in logcat in SAST and can be reported or check more carefully.

chmod +x find_logs_leak.py pythone3 find_logs_leak.py path/to/decomplied_code_directory -o findings.csv

I will add following things in later version

  • progress bar
  • colour output
  • more flexible output (json, txt, grep, etc)
  • directly cordinate with logcat dynamically
  • more options and flexibility (like to show only high, medium, particular keywords, and more)
  • least chance of false positive
  • html report

Your suggestions are welcomed.

About

This is a script that can be used to find the methods, libs and other stuff which can be responsible for logging and might display output in the logcat. So, it can check which sensitive might get displayed in logcat in SAST and can be reported or check more carefully.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages