Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Forensics and Crypto tools added #228

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@
| Aniket Dubey | https://github.com/Aniket1026 |
| Navin Krishna | https://github.com/tnkrishnank |
| Yash Hax | https://github.com/yash-hax |
| Bhai Tabahi | https://github.com/bhaitabahi786 |
11 changes: 8 additions & 3 deletions Tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
| crt.sh | OSINT | https://crt.sh/ | Crt.sh is a site where you could find all the SSL or TLS certificates and subdomains of the particular targeted domain. And the site is open-source to monitor the certificates. |
| geocreepy | OSINT | http://geocreepy.com | A Geolocation OSINT Tool. Offers geolocation information gathering through social networking platforms. |
| octosuite | OSINT | https://github.com/bellingcat/octosuite | Advanced Github OSINT Framework |
|




Expand Down Expand Up @@ -153,8 +153,9 @@
| UsnJrnl2Csv | Forensics | https://github.com/jschicht/UsnJrnl2Csv | Parser for $UsnJrnl on NTFS |
| fcrackzip | Forensics | https://github.com/hyc/fcrackzip | Brute-force guesses a zip password (for passwords <7 characters or so) |
| pngtools | Forensics | https://github.com/mikalstill/pngtools | An open-source tool to dissect pngs. |


| Foto Forensics | Forensics | https://fotoforensics.com/ | Best Online tool for Stegnography and photo forensics |
| Aprisolve | Forensics | https://www.aperisolve.com/ | Best All in one tools for scaning image and zip files for Forensics |
| Magic Eye Solver | Forensics | https://magiceye.ecksdee.co.uk/ | high level forensics tool |



Expand Down Expand Up @@ -203,6 +204,10 @@
| XORTool | Crypto | https://github.com/hellman/xortool | A tool to analyze multi-byte xor cipher. |
| Patator | Crypto | https://github.com/lanjelot/patator | Patator is a multi-purpose brute-forcer, with a modular design. |
| rot 13 | | Crypto | https://rot13.com/ | Used to encode/decode rot1 to rot26. |
| de4js | Crypto | https://lelinhtinh.github.io/de4js/ | JavaScript Deobfuscator and Unpacker |
| JS Fuck encoder | Crypto | http://www.jsfuck.com/ | Javascript function encoder in new form |
| Brain Fuck | Crypto | https://www.dcode.fr/brainfuck-language | brain fuck language encoder and decoder |



<br>
Expand Down