Skip to content

CatalinIuga/Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCRIPTS

1) zCrack

Python3 script to brute force .zip archive that are secured with passwords.

  • Usage:
    -> python3 zCrack.py {wordlist} {zip_archive}
  • You can use my 10k password list attached

2) decCaesar

Decode Caesar cipher. It iterates through all the possible 26 combinations of keys and find the most readable text it can find.

  • Usage:
    -> python3 decCaesar.py ['text_to_decode']

3) opScanner

Find open ports of a cetrain host. You can specify a certain port or scan all possible 65535 possible ports.

  • Usage:
    -> python3 opScanner.py [host] [port]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages