Skip to content

Cybersecurity scripts, tools and methods: password generator, sniffer, encrypt/decrypt everything

License

Notifications You must be signed in to change notification settings

Mqtth3w/cybersecurity-tools

Repository files navigation

Cybersecurity scripts and tools

Its only for education purposes.

Scripts

  • check_passw_sec_model.py Simple AI model to check if a password is secure.
  • secNotes.py Data confidentiality and integrity with GUI. To encrypt/decrypt text notes.
  • secImgs.py Data confidentiality and integrity with GUI. It was designed for images but it can encrypt/decrypt all types of files.
  • sniffer.py Simple packet sniffer.
  • password_generator.py Generate all possible combinations/permutations from user preference/data. ex: favorite date, favorite films, name, etc.

Methods

  • Windows login bypass in less than 3 min (to do).

Creating an executable

pip install pyinstaller
pyinstaller --onefile --name exec_name source_script.py

sec-tools

About

Cybersecurity scripts, tools and methods: password generator, sniffer, encrypt/decrypt everything

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages