BiZken / PhishMailer

Generate Professional Phishing Emails Fast And Easy
MIT License
1.16k stars 199 forks source link

Fix : ValueError when input is str #34

Closed Deadpool2000 closed 3 years ago

Deadpool2000 commented 3 years ago

When we input selection as 'str' instead of 'int', exception occurs at line 65 -

Traceback (most recent call last): File "/home/user/Tool/PhishMailer/PhishMailer.py", line 183, in mainMenu() File "/home/user/Tool/PhishMailer/PhishMailer.py", line 65, in mainMenu mailPick = int(input(green + "root@phishmailer:~ " + white)) ValueError: invalid literal for int() with base 10: 'er'