11# Silent_Pass
22
3- Silent_Pass is a cross-platform browser credential harvester written in pure C.
3+ Silent_Pass is a cross-platform software credential harvester written in pure C.
44
55It currently supports Linux and Windows OS. 32 bit version is available, so it should work on most of the machines, even older ones.
66
@@ -12,29 +12,32 @@ Silent_Pass is licensed under the GNU AGPLv3 license. Refer to [LICENSE](https:/
1212
1313## Support
1414
15- Silent_Pass currently support the following browsers :
15+ Silent_Pass currently support the following softwares :
1616
1717- Google Chrome
1818- Mozilla Firefox
1919- Internet Explorer / Microsoft Edge
2020- Chromium
21+ - FileZilla
2122
2223## Usage
2324
2425``` bash
25- Usage: Silent_Pass [-hVvafcs ] [-m password] [-o myfile ]
26+ Usage: Silent_Pass [-hVvafcsF ] [--master-firefox = password] [--master-filezilla = password] [-o filename ]
2627 -h, --help Display this help and exit
2728 -V, --version Display version info and exit
2829 -v, --verbose Verbose output
29- -a, --all Harvest all browsers credentials
30+ -a, --all Harvest all softwares credentials
3031 -f, --firefox Harvest Firefox credentials
3132 -c, --chrome Harvest Chrome-like credentials
32- -s, --specific Harvest OS Specific browsers credentials
33- -m, --master=password Master password to decrypt passwords (Firefox only)
34- -o, --output=myfile Ouput file
33+ -s, --specific Harvest OS Specific browsers credentials (e.g: IE for Windows)
34+ -F, --filezilla Harvest FileZilla credentials
35+ --master-firefox=password Master password to decrypt passwords for Firefox
36+ --master-filezilla=password Master password to decrypt passwords for FileZilla
37+ -o, --output=filename Output file
3538```
3639
37- Master Password option can only be used with Firefox (other browsers don't implement it ).
40+ Master Password option can only be used with Firefox (currently not working on FileZilla ).
3841
3942Output file format is in [ CSV] ( https://en.wikipedia.org/wiki/Comma-separated_values ) .
4043
@@ -105,6 +108,8 @@ Currently, Silent_Pass relies on the following dependencies :
105108- argtable3
106109- sqlite3
107110- cJSON
111+ - zlib
112+ - libxml2
108113
109114## Known bugs
110115
0 commit comments