├── Core ├── IntroSeen.txt ├── Languages │ ├── italian.py │ ├── russian.py │ └── spanish.py ├── Mailer │ ├── MailHelp.py │ ├── MailerMain.py │ └── color.py ├── anotherLang.py ├── devicemenu.py ├── eletter.py ├── ipmenu.py └── pre.py ├── Permission.txt ├── PhishMailer.py ├── README.md ├── config.json ├── emails.txt └── passwords.txt /Core/IntroSeen.txt: -------------------------------------------------------------------------------- 1 | Yesprint('afsef') -------------------------------------------------------------------------------- /Core/Languages/italian.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phat9343/ZPhisher-Python/HEAD/Core/Languages/italian.py -------------------------------------------------------------------------------- /Core/Languages/russian.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phat9343/ZPhisher-Python/HEAD/Core/Languages/russian.py -------------------------------------------------------------------------------- /Core/Languages/spanish.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phat9343/ZPhisher-Python/HEAD/Core/Languages/spanish.py -------------------------------------------------------------------------------- /Core/Mailer/MailHelp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phat9343/ZPhisher-Python/HEAD/Core/Mailer/MailHelp.py -------------------------------------------------------------------------------- /Core/Mailer/MailerMain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phat9343/ZPhisher-Python/HEAD/Core/Mailer/MailerMain.py -------------------------------------------------------------------------------- /Core/Mailer/color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phat9343/ZPhisher-Python/HEAD/Core/Mailer/color.py -------------------------------------------------------------------------------- /Core/anotherLang.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phat9343/ZPhisher-Python/HEAD/Core/anotherLang.py -------------------------------------------------------------------------------- /Core/devicemenu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phat9343/ZPhisher-Python/HEAD/Core/devicemenu.py -------------------------------------------------------------------------------- /Core/eletter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phat9343/ZPhisher-Python/HEAD/Core/eletter.py -------------------------------------------------------------------------------- /Core/ipmenu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phat9343/ZPhisher-Python/HEAD/Core/ipmenu.py -------------------------------------------------------------------------------- /Core/pre.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phat9343/ZPhisher-Python/HEAD/Core/pre.py -------------------------------------------------------------------------------- /Permission.txt: -------------------------------------------------------------------------------- 1 | print('ozitcne') -------------------------------------------------------------------------------- /PhishMailer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phat9343/ZPhisher-Python/HEAD/PhishMailer.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phat9343/ZPhisher-Python/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phat9343/ZPhisher-Python/HEAD/config.json -------------------------------------------------------------------------------- /emails.txt: -------------------------------------------------------------------------------- 1 | print('zlliwicwap') -------------------------------------------------------------------------------- /passwords.txt: -------------------------------------------------------------------------------- 1 | print('jivxodc') --------------------------------------------------------------------------------