Its only for education purposes.
- 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 (e.g. passwords).
- 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.
Windows: login bypass in less than 3min.
Execute the following commands.to do
Windows: get wifi saved passwords from a terminal
Execute the following command:netsh wlan show profiles
choose the profile of interest, then:
netsh wlan show profile name=<ProfileName> key=clear
pip install pyinstaller
pyinstaller --onefile --name exec_name source_script.py