A script which will generate a file containing possible passwords generated from a social Engineering method
! DISCLAIMER - The author or any other related party is not responsible for the lossses incurred
! either to the user or to the victim. Use at your own risk.
! This activity might be illegal depending on the context, this is created for educational purposes only
Only requires python3.6+
Run using python socialEngineering.py command
Report any issues or fork and provide a pull request
This is an example of the generated file

The example output is given in the file 'possiblePasswords.txt'
A secure password generator(securePasswordGenerator.py) has been added to the repository which lets you build a strong password based on the length of the password you choose.
Hope you like the program
Cheers! Happy progrmming!!