Skip to content

moralless/greed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

greed

Sensitive information extractor

summary

greed extracts sensitive information from various types of files and outputs it to either a local sqlite database, a csv file, or to console for use with other software.

status

currently supported input files:

  • raw text
  • html text

currently supported selectors:

  • payment card aba track
  • payment card iata track

currently supported output:

  • sqlite database
  • comma separated text
  • standard out (console)