Skip to content

For those special challenges where grepping the flag doesn't work.

Notifications You must be signed in to change notification settings

Pourliver/strings2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Strings2

Strings2 is a python3 script that tries to find a flag in the execution branches of an executable file, using Angr.

It's kind of the same as running strings file | grep -i flag for an executable file.

Usage

python strings2.py file

Possible improvements

  • Specifiy the flag format(s)
  • Specify where to look for (STDIN / STDOUT / STDERR)

About

For those special challenges where grepping the flag doesn't work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages