8000 GitHub - sandrogarcia/zile: Extract API keys from file or url using by magic of python and regex.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sandrogarcia/zile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Zile

Extract API keys from file or url using by magic of python and regex.

asciicast

Usage

  • For getting keys from file cat file | python3 zile.py
  • For getting keys from all files under current dir python3 zile.py --file
  • For getting keys from urls/domains cat urls | python3 zile.py --request
  • For colored output use --colored parameter

Output: [serviceName] keyValue

Todo

  • Add source of key/value
  • Test all patterns and add more
  • Removing duplicate results

Collaborators

ID Github Twitter
0 xyele zeroxyele
1 marcositu artsweb

About

Extract API keys from file or url using by magic of python and regex.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0