Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
### to ack victim account.Brute force attack is the only successful method to hack account
### but this process will take long time depend upon the length of password.

### git clone https://github.com/Ha3MrX/Gemail-Hack
```git clone https://github.com/Ha3MrX/Gemail-Hack

### cd Gemail-Hack
cd Gemail-Hack

### chmod +x gemailhack.py
chmod +x gemailhack.py

### python gemailhack.py
python gemailhack.py

```

### ScreenShot

Expand Down
34 changes: 3 additions & 31 deletions gemailhack.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,11 @@

import smtplib
from os import system
from src import artwork

def main():
print '================================================='
print ' create by Ha3MrX '
print '================================================='
print ' ++++++++++++++++++++ '
print '\n '
print ' _,. '
print ' '
print ' '
print ' HA3MrX '
print ' _,. '
print ' ,` -.) '
print ' ( _/-\\-._ '
print ' /,|`--._,-^| , '
print ' \_| |`-._/|| , | '
print ' | `-, / | / / '
print ' | || | / / '
print ' `r-._||/ __ / / '
print ' __,-<_ )`-/ `./ / '
print ' \ `--- \ / / / '
print ' | |./ / '
print ' / // / '
print ' \_/ \ |/ / '
print ' | | _,^- / / '
print ' | , `` (\/ /_ '
print ' \,.->._ \X-=/^ '
print ' ( / `-._//^` '
print ' `Y-.____(__} '
print ' | {__) '
print ' () V.1.0 '

main()

artwork.banner()
print '[1] start the attack'
print '[2] exit'
option = input('==>')
Expand Down
Binary file added src/__pycache__/artwork.cpython-38.pyc
Binary file not shown.
31 changes: 31 additions & 0 deletions src/artwork.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
def banner():
print('=================================================')
print(' create by Ha3MrX ')
print('=================================================')
print(' ++++++++++++++++++++ ')
print('\n ')
print(' ')
print(' ')
print(' ')
print(' HA3MrX ')
print(' _,. ')
print(' ,` -.) ')
print(' ( _/-\\-._ ')
print(' /,|`--._,-^| , ')
print(' \_| |`-._/|| , | ')
print(' | `-, / | / / ')
print(' | || | / / ')
print(' `r-._||/ __ / / ')
print(' __,-<_ )`-/ `./ / ')
print(' \ `--- \ / / / ')
print(' | |./ / ')
print(' / // / ')
print(' \_/ \ |/ / ')
print(' | | _,^- / / ')
print(' | , `` (\/ /_ ')
print(' \,.->._ \X-=/^ ')
print(' ( / `-._//^` ')
print(' `Y-.____(__} ')
print(' | {__) ')
print(' () V.1.0 ')
print("\n")