Pages
- I AM ANONYMOUS
- Home
- BLACKHAT ACADEMY
- ENGINEERING LECTURES
- C Language Tutorial And Complete Reference
- LEARN HTML HERE
- Quick Reference PC Hardware Troubleshooting
- FREE MP3 DOWNLOAD HERE
- FREE DOMAIN HERE
- Ethical Hacking eBooks
- Hacking Tools
- FACEBOOK HACKING TOOLS
- SAMSUNG FIRMWARES/FLASH FILES (A-Z)
- HOW TO INSTALL SAMSUNG FIRWARES (A-Z)
- PASSWORD CRACKING
- Certified ETHICAL HACKING document's
- PHISHING
- SiteMap
Monday, 29 October 2012
Thursday, 18 October 2012
How to Create Ms-Dos BootCD ?
How to Create Ms-Dos BootCD (Hiren's Bootable CD)?
|
Tools Used: bfi.exe (Build Floppy Image - to create bootable image from files) mkisofs.exe (a tool to create/build the CDRom ISO image file) build-iso.cmd (batch file to create floppy and iso image) We will need some files from Windows ME or Windows XP startup disk io.sys (Dos Input Output System file) msdos.sys (Dos system file) command.com (MS-Dos mode command line interpreter) himem.sys (An extended memory manager that is included with DOS and Windows) mscdex.exe (Microsoft CD-Rom Extension) oakcdrom.sys (Generic CD-Rom driver, work with the most of all IDE CD-ROM drives) xmsdsk.exe (Adjustable XMS RAMdisk Driver - Freeware) ctmouse.exe (Mouse Driver For Dos - also works on USB Mouse - Freeware) or mouse.com All the necessary files are included in bootcd.zip Download (468KB) AUTOEXEC.BAT @ECHO OFF MSCDEX.EXE /D:CDDRIVER /L:X XMSDSK.EXE 51200 R: /t /y CTMOUSE.EXE PATH=A:\;R:\ GOTO %CONFIG% :TESTDISK COPY X:\TESTDISK\*.* R: R:\TESTDISK.EXE GOTO DOS :GHOST COPY X:\GHOST\GHOST.EXE R: R:\GHOST.EXE GOTO DOS :NTFS COPY X:\NTFS\*.* R: R:\NTFS4DOS.EXE GOTO DOS :RPM COPY X:\RPM\*.* R: R:\RPM.EXE GOTO DOS :DOS ECHO X: CD DRIVE ECHO R: RAM DRIVE CONFIG.SYS [MENU] menuitem=DOS, Dos menuitem=TESTDISK, TestDisk menuitem=GHOST, Ghost menuitem=NTFS, Ntfs menuitem=RPM, Partition Manager [DOS] DEVICE=OAKCDROM.SYS /D:CDDRIVER /L:X [TESTDISK] include=DOS [GHOST] include=DOS [NTFS] include=DOS [RPM] include=DOS [COMMON] LASTDRIVE=Z All you need to do is Edit autoexec.bat and config.sys and add all the required files in the folder and double click on build-iso and you are ready to burn bootcd.iso Example: You want to add Mcafee Antivirus in the bootcd, all you do is create a folder MCAFEE in the folder CD and add a line in config.sys menu menuitem=MCAFEE, McAfee Antivirus add two more lines in config.sys [MCAFEE] include=DOS and add 4 lines in autoexec.bat :MCAFEE COPY X:\MCAFEE\*.* R: R:\scanpm.exe /adl /all /clean GOTO DOS when you start your computer with this bootcd, you will get to menu where you can choose which program you want to run. In this example we will create 50Mb Ram Disk (You will have Minimum of 64Mb Memory) Microsoft Windows Startup Menu ‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗‗ 1. Dos 2. TestDisk 3. Ghost 4. Ntfs 5. Partition Manager 6. McAfee Antivirus Enter a choice: 1 all you have to do is add few lines in autoexec.bat and config.sys and copy files in CD folder and double click on build-iso.cmd and it creates a iso file BootCD.iso You can add as many items in the list but you are limited to 9 per screen to add more items simply add submenu=MORE, More... (under [MENU] block) and add [MORE] in config.sys and you can add more menuitem there |
Tuesday, 16 October 2012
Formatting an HDD, when FDISK won't work
This was originally posted by andro11meda in Hardware and Networking Support. It worked so well for me on a problem-computer that I was working on that I had to post it in tutorials. Thanks andro11meda!!
***
This is my favorite way to wipe it clean:
CAUTION: This debug script is for advanced users only. Its Purpose is to remove all formatting and partitioning information from your hard disk when FDISK is unable to do so. THIS WILL REMOVE ALL DATA AND PROGRAMS FORM THE DRIVE.
1. Create a MSDOS bood disk with Debug
2. At DOS command prompt type the following: Debug[Enter] (Where enter is to press the enter key once)
-F 200 L1000 0 [Enter]
-A CS:100 [Enter]
xxxx:0100 MOV AX,301 [Enter]
xxxx:0103 MOV BX,200 [Enter]
xxxx:0106 MOV CX,1 [Enter]
xxxx:0109 MOV DX,80 [Enter]
NOTE: ( --- "80" for hd0, "81" for hd1)
xxxx:010c INT 13 [Enter]
xxxx: 010e INT 20 [Enter]
xxxx: 0110 [Enter]
-G [Enter]
"Program terminated normally"
3. Turn off the computer. On the next startup the hard drive will need to be partitioned and formatted.
***
***
This is my favorite way to wipe it clean:
CAUTION: This debug script is for advanced users only. Its Purpose is to remove all formatting and partitioning information from your hard disk when FDISK is unable to do so. THIS WILL REMOVE ALL DATA AND PROGRAMS FORM THE DRIVE.
1. Create a MSDOS bood disk with Debug
2. At DOS command prompt type the following: Debug[Enter] (Where enter is to press the enter key once)
-F 200 L1000 0 [Enter]
-A CS:100 [Enter]
xxxx:0100 MOV AX,301 [Enter]
xxxx:0103 MOV BX,200 [Enter]
xxxx:0106 MOV CX,1 [Enter]
xxxx:0109 MOV DX,80 [Enter]
NOTE: ( --- "80" for hd0, "81" for hd1)
xxxx:010c INT 13 [Enter]
xxxx: 010e INT 20 [Enter]
xxxx: 0110 [Enter]
-G [Enter]
"Program terminated normally"
3. Turn off the computer. On the next startup the hard drive will need to be partitioned and formatted.
***
Thursday, 13 September 2012
Problem With Internet navigation
We have seen a large number of computers coming in with problems navigation on the internet. Also unable to go to Windows update and viurs update sites. Here is a quick fix that also seems to speed navigation up some.
Just for safety create a copy of the file before making changes.
goto
C:\windows\system32\drivers\etc\ (Windows XP)
C:\I386 (Windows 2000)
Open the host with notepad.
remove all entries bellow
127.0.0.1 localhost
then save and close
Just for safety create a copy of the file before making changes.
goto
C:\windows\system32\drivers\etc\ (Windows XP)
C:\I386 (Windows 2000)
Open the host with notepad.
remove all entries bellow
127.0.0.1 localhost
then save and close
Sunday, 9 September 2012
NETBIOS HACKING- THE ETHICAL HACKING
NETBIOS HACKING- THE ETHICAL HACKING
THIS NETBIOS HACKING GUIDE WILL TELL YOU ABOUT HACKING REMOTE COMPUTER AND GAINING ACCESS TO IT’S HARD-DISK OR PRINTER.NETBIOS HACK IS THE EASIEST WAY TO BREAK INTO A REMOTE COMPUTER.
STEP-BY-STEP NETBIOS HACKING PROCEDURE
1.Open command prompt
2. In the command prompt use the “net view” command
( OR YOU CAN ALSO USE “NB Scanner” OPTION IN “IP-TOOLS” SOFTWARE BY ENTERING RANGE OF IP ADDRESSS.BY THIS METHOD YOU CAN SCAN NUMBER OF COMPUTERS AT A TIME).
( OR YOU CAN ALSO USE “NB Scanner” OPTION IN “IP-TOOLS” SOFTWARE BY ENTERING RANGE OF IP ADDRESSS.BY THIS METHOD YOU CAN SCAN NUMBER OF COMPUTERS AT A TIME).
Example: C:>net view \59.43.45.212
The above is an example for operation using command prompt.”net view” is one of the netbios command to view the shared resources of the remote computer.Here “59.43.45.212? is an IP address of remote computer that is to be hacked through Netbios.You have to substitute a vlaid IP address in it’s place.If succeeded a list of HARD-DISK DRIVES & PRINTERS are shown.If not an error message is displayed. So repeat the procedure 2 with a different IP address.
3. After succeeding, use the “net use” command in the command prompt.The “net use” is another netbios command which makes it possible to hack remote drives or printers.
Example-1:
C:>net use D: \59.43.45.212F
Example-2:
C:>net use G: \59.43.45.212SharedDocs
Example-3:
C:>net use I: \59.43.45.212Myprint
NOTE: In Examples 1,2 & 3, D:,G: & I: are the Network Drive Names that are to be created on your computer to access remote computer’s hard-disk.
C:>net use D: \59.43.45.212F
Example-2:
C:>net use G: \59.43.45.212SharedDocs
Example-3:
C:>net use I: \59.43.45.212Myprint
NOTE: In Examples 1,2 & 3, D:,G: & I: are the Network Drive Names that are to be created on your computer to access remote computer’s hard-disk.
NOTE: GIVE DRIVE NAMES THAT ARE NOT USED BY ANY OTHER DRIVES INCLUDING HARD-DISK DRIVES,FLOPPY DRIVES AND ROM-DRIVES ON YOUR COMPUTER.THAT IS IF YOU HAVE C: & D: AS HARD DIRVES, A: AS FLOPPY DIVE AND E: AS CD-DRIVE, GIVE F: AS YOUR SHARED DRIVE IN THE COMMAND PROMPT
F:,”SharedDocs” are the names of remote computer’s hard-disk’s drives that you want to hack. “Myprint” is the name of remote computer’s printer.These are displayed after giving “net use” command. “59.43.45.212? is the IP address of remote computer that you want to hack.
4. After succeeding your computer will give a message that “The command completed successfully“. Once you get the above message you are only one step away from hacking the computer.
[ad code=1 align=center]
Now open “My Computer” you will see a new “Hard-Disk drive”(Shared) with the specified name.You can open it and access remote computer’s Hard-Drive.You can copy files,music,folders etc. from victim’s hard-drive.You can delete/modify data on victim’s hard-drive only if WRITE-ACCESS is enabled on victim’s system.You can access filesfolders quickly through “Command Prompt”.
[ad code=1 align=center]
Now open “My Computer” you will see a new “Hard-Disk drive”(Shared) with the specified name.You can open it and access remote computer’s Hard-Drive.You can copy files,music,folders etc. from victim’s hard-drive.You can delete/modify data on victim’s hard-drive only if WRITE-ACCESS is enabled on victim’s system.You can access filesfolders quickly through “Command Prompt”.
NOTE: If Remote Computer’s Firewall Is Enabled Your Computer Will Not Succeed In Gaining Access To Remote Computer Through Netbios.That is Netbios Hacking Is Not Possible In This Situation.(An Error Message Is Displayed).So Repeat The Procedure 2,3 With Different IP Address.
Whoaa!! You are the KING!![ad code=1 align=center]
HOW TO HACK INTO A LIVE SECURITY CAMERA
Well this is an interesting article. It is a sub-section of a Hacking Technique known as “Google Hacking”. All what we are looking at are unsecured cams from around the world that are interfaced with the internet. So how do you find such cameras. Just google these following strings and select any result. Whoa, you can see a live cam on your PC screen!! The strings are given below:
- inurl:”CgiStart?page=”
- inurl:/view.shtml
- intitle:”Live View / – AXIS
- inurl:view/view.shtml
- inurl:ViewerFrame?Mode=
- inurl:ViewerFrame?Mode=Refresh
- inurl:axis-cgi/jpg
- inurl:axis-cgi/mjpg (motion-JPEG) (disconnected)
- inurl:view/indexFrame.shtml
- inurl:view/index.shtml
- inurl:view/view.shtml
- liveapplet
- intitle:”live view” intitle:axis
- intitle:liveapplet
- allintitle:”Network Camera NetworkCamera” (disconnected)
- intitle:axis intitle:”video server”
- intitle:liveapplet inurl:LvAppl
- intitle:”EvoCam” inurl:”webcam.html”
- intitle:”Live NetSnap Cam-Server feed”
- intitle:”Live View / – AXIS”
- intitle:”Live View / – AXIS 206M”
- intitle:”Live View / – AXIS 206W”
- intitle:”Live View / – AXIS 210?
- inurl:indexFrame.shtml Axis
- inurl:”MultiCameraFrame?Mode=Motion” (disconnected)
- intitle:start inurl:cgistart
- intitle:”WJ-NT104 Main Page”
- intitle:snc-z20 inurl:home/
- intitle:snc-cs3 inurl:home/
- intitle:snc-rz30 inurl:home/
- intitle:”sony network camera snc-p1?
- intitle:”sony network camera snc-m1?
- site:.viewnetcam.com -www.viewnetcam.com
- intitle:”Toshiba Network Camera” user login
- intitle:”netcam live image” (disconnected)
- intitle:”i-Catcher Console – Web Monitor”
DOWNLOAD FREE SOFTWARES, GAMES, MOVIES AND LOT OF HACKING STUFF FROM 51 FTP SITES
DOWNLOAD FREE SOFTWARES, GAMES, MOVIES AND LOT OF HACKING STUFF FROM 50+ FTP SITES
Internet definitely has several unheard places also known as underground websites, few of these website offer users 100s and 1000s of softwares, games, movies and lot of Hacking Stuff for downloads. Though these sites are pretty tough to find, I was able to unearth more than 50+ FTP sites that allow users to download softwares, games, movies and lot of Hacking tools for free.
Here is a list of 50+ FTP sites that will allow you download content for free. Don’t forget to share and bookmark this page so that everyone can take advantage of it.
1. ftp://ftp.freenet.de/pub/filepilot/
2. ftp://193.43.36.131/Radio/MP3/
3. ftp://195.216.160.175/
4. ftp://207.71.8.54:21/games/
5. ftp://194.44.214.3/pub/music/
6. ftp://202.118.66.15/pub/books
7. ftp://129.241.210.42/pub/games/
8. ftp://clubmusic:clubmusic@217.172.16.3:8778/
9. ftp://212.174.160.21/games
10. ftp://ftp.uar.net/pub/e-books/
11. ftp://129.241.210.42/pub/games/
12. ftp://193.231.238.4/pub/
13. ftp://207.71.8.54/games/
14. ftp://194.187.207.98/video/
15. ftp://194.187.207.98/music/
16. ftp://194.187.207.98/soft/
17. ftp://194.187.207.98/games/
18. ftp://ftp.uglan.ck.ua/
19. ftp://159.153.197.74/pub
20. ftp://leech:l33ch@61.145.123.141:5632/
21. ftp://psy:psy@ftp.cybersky.ru
22. ftp://130.89.175.1/pub/games/
23. ftp://194.44.214.3/pub/
24. ftp://195.116.114.144:21/
25. ftp://64.17.191.56:21/
26. ftp://80.255.128.148:21/pub/
27. ftp://83.149.236.35:21/packages/
28. ftp://129.241.56.118/
29. ftp://81.198.60.10:21/
30. ftp://128.10.252.10/pub/
31. ftp://129.241.210.42/pub/
32. ftp://137.189.4.14/pub
33. ftp://139.174.2.36/pub/
34. ftp://147.178.1.101/
35. ftp://156.17.62.99/
36. ftp://159.153.197.74/pub/
37. ftp://193.140.54.18/pub/
38. ftp://192.67.63.35/
39. ftp://166.70.161.34/
40. ftp://195.161.112.15/musik/
41. ftp://195.161.112.15/
42. ftp://195.131.10.164/software
43. ftp://195.146.65.20/pub/win/
44. ftp://199.166.210.164/
45. ftp://195.46.96.194/pub/
46. ftp://61.136.76.236/
47. ftp://61.154.14.248/
48. ftp://62.210.158.81/
49. ftp://62.232.57.61/
50. ftp://212.122.1.85/pub/software/
51. ftp://193.125.152.110/pub/.1/misc/sounds/mp3/murray/
2. ftp://193.43.36.131/Radio/MP3/
3. ftp://195.216.160.175/
4. ftp://207.71.8.54:21/games/
5. ftp://194.44.214.3/pub/music/
6. ftp://202.118.66.15/pub/books
7. ftp://129.241.210.42/pub/games/
8. ftp://clubmusic:clubmusic@217.172.16.3:8778/
9. ftp://212.174.160.21/games
10. ftp://ftp.uar.net/pub/e-books/
11. ftp://129.241.210.42/pub/games/
12. ftp://193.231.238.4/pub/
13. ftp://207.71.8.54/games/
14. ftp://194.187.207.98/video/
15. ftp://194.187.207.98/music/
16. ftp://194.187.207.98/soft/
17. ftp://194.187.207.98/games/
18. ftp://ftp.uglan.ck.ua/
19. ftp://159.153.197.74/pub
20. ftp://leech:l33ch@61.145.123.141:5632/
21. ftp://psy:psy@ftp.cybersky.ru
22. ftp://130.89.175.1/pub/games/
23. ftp://194.44.214.3/pub/
24. ftp://195.116.114.144:21/
25. ftp://64.17.191.56:21/
26. ftp://80.255.128.148:21/pub/
27. ftp://83.149.236.35:21/packages/
28. ftp://129.241.56.118/
29. ftp://81.198.60.10:21/
30. ftp://128.10.252.10/pub/
31. ftp://129.241.210.42/pub/
32. ftp://137.189.4.14/pub
33. ftp://139.174.2.36/pub/
34. ftp://147.178.1.101/
35. ftp://156.17.62.99/
36. ftp://159.153.197.74/pub/
37. ftp://193.140.54.18/pub/
38. ftp://192.67.63.35/
39. ftp://166.70.161.34/
40. ftp://195.161.112.15/musik/
41. ftp://195.161.112.15/
42. ftp://195.131.10.164/software
43. ftp://195.146.65.20/pub/win/
44. ftp://199.166.210.164/
45. ftp://195.46.96.194/pub/
46. ftp://61.136.76.236/
47. ftp://61.154.14.248/
48. ftp://62.210.158.81/
49. ftp://62.232.57.61/
50. ftp://212.122.1.85/pub/software/
51. ftp://193.125.152.110/pub/.1/misc/sounds/mp3/murray/
Friday, 7 September 2012
Secret backdoor to many website
Ever experienced this? You ask Google to look something up; the engine returns with a number of finds, but if you try to open the ones with the most promising content, you are confronted with a registration page instead, and the stuff you were looking for will not be revealed to you unless you agree to a credit card transaction first....
The lesson you should have learned here is: Obviously Google can go where you can't.
Can we solve this problem? Yes, we can. We merely have to convince the site we want to enter, that WE ARE GOOGLE.
In fact, many sites that force users to register or even pay in order to search and use their content, leave a backdoor open for the Googlebot, because a prominent presence in Google searches is known to generate sales leads, site hits and exposure.
Examples of such sites are Windows Magazine, .Net Magazine, Nature, and many, many newspapers around the globe.
How then, can you disguise yourself as a Googlebot? Quite simple: by changing your browser's User Agent. Copy the following code segment and paste it into a fresh notepad file. Save it as Useragent.reg and merge it into your registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
@="Googlebot/2.1"
"Compatible"="+http://www.googlebot.com/bot.html"
Voila! You're done!
You may always change it back again.... I know only one site that uses you User Agent to establish your eligability to use its services, and that's the Windows Update site...
To restore the IE6 User Agent, save the following code to NormalAgent.reg and merge with your registry:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
@="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
Ps:
Opera allows for on-the-fly switching of User Agents through its "Browser Identification" function, while for Mozilla/FireFox browsers a switching utility is available as an installable extension from this url:
help://chrispederick.myacen.com/work/firefox/useragentswitcher/download/
The lesson you should have learned here is: Obviously Google can go where you can't.
Can we solve this problem? Yes, we can. We merely have to convince the site we want to enter, that WE ARE GOOGLE.
In fact, many sites that force users to register or even pay in order to search and use their content, leave a backdoor open for the Googlebot, because a prominent presence in Google searches is known to generate sales leads, site hits and exposure.
Examples of such sites are Windows Magazine, .Net Magazine, Nature, and many, many newspapers around the globe.
How then, can you disguise yourself as a Googlebot? Quite simple: by changing your browser's User Agent. Copy the following code segment and paste it into a fresh notepad file. Save it as Useragent.reg and merge it into your registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
@="Googlebot/2.1"
"Compatible"="+http://www.googlebot.com/bot.html"
Voila! You're done!
You may always change it back again.... I know only one site that uses you User Agent to establish your eligability to use its services, and that's the Windows Update site...
To restore the IE6 User Agent, save the following code to NormalAgent.reg and merge with your registry:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
@="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
Ps:
Opera allows for on-the-fly switching of User Agents through its "Browser Identification" function, while for Mozilla/FireFox browsers a switching utility is available as an installable extension from this url:
help://chrispederick.myacen.com/work/firefox/useragentswitcher/download/
Tuesday, 4 September 2012
WINDOWS 7 GOD MODE
Windows 7 is predominantly the best OS ever in the history of Microsoft. But, do you know that it has a GodMode within it ?
There is a hidden “GodMode” feature that lets a user access all of the operating system’s control panel features from within a single folder.
To enter “GodMode,” one need to create a new folder and then rename the folder to the following:
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
Just try it..:)
Found some more of Microsoft’s inbuilt godmode dev tools-
http://news.cnet.com/8301-13860_3-10426627-56.html
Append each of these after “FolderName.”
{00C6D95F-329C-409a-81D7-C46C66EA7F33}
{0142e4d0-fb7a-11dc-ba4a-000ffe7ab428}
{025A5937-A6BE-4686-A844-36FE4BEC8B6D}
{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}
{1206F5F1-0569-412C-8FEC-3204630DFB70}
{15eae92e-f17a-4431-9f28-805e482dafd4}
{17cd9488-1228-4b2f-88ce-4298e93e0966}
{1D2680C9-0E2A-469d-B787-065558BC7D43}
{1FA9085F-25A2-489B-85D4-86326EEDCD87}
{208D2C60-3AEA-1069-A2D7-08002B30309D}
{20D04FE0-3AEA-1069-A2D8-08002B30309D}
Example- Hacking.{ash23-ifsdf..u know now!}
Now Go and “GOD MODE YOURSELF”.
Monday, 3 September 2012
HOW TO ACCESS BLOCKED WEBSITES?
This summary is not available. Please
click here to view the post.
Sunday, 2 September 2012
Facebook Hacker V1.0 A Keylogging Software
Facebook Hacker V1.0 A Keylogging Software
By following this simple step-by-step tutorial you’ll learn how to hack Facebook accounts without phishing.
Please read the below given tutorial to know how to use this Facebook Hacker tool to Hack Facebook Accounts.
TUTORIAL:
STEP 1: First ensure that you have installed Microsoft .Net Framework. If not, then you can download it .Net Framework :
http://www.microsoft.com/net/
STEP 2: DOWNLOAD the Facebook Hacker
Download : http://www.mediafire.com/?d6465jv1p6d9f12
password to unlock file : abmoxes.bdrockz.com
STEP 3: Extract the downloaded “Facebook Hacker” file using Winrar
STEP 4: Open “Facebook Hacker.exe” file.
Please read the below given tutorial to know how to use this Facebook Hacker tool to Hack Facebook Accounts.
TUTORIAL:
STEP 1: First ensure that you have installed Microsoft .Net Framework. If not, then you can download it .Net Framework :
http://www.microsoft.com/net/
STEP 2: DOWNLOAD the Facebook Hacker
Download : http://www.mediafire.com/?d6465jv1p6d9f12
password to unlock file : abmoxes.bdrockz.com
STEP 3: Extract the downloaded “Facebook Hacker” file using Winrar
STEP 4: Open “Facebook Hacker.exe” file.
STEP 5: After opening the “Facebook Hacker.exe” file build your password stealer as shown in the image below:
STEP 6: Now a new file will be created in the same directory with the name you provided while building (eg. server.exe). Just send the file you created to the victim and if the victim runs this file….W00t….you will get his Facebook account’s username and password to your fake email ID which you provided while building the file.
NOTE: The “Stub.exe” file may get detected by your anti-virus. Please don’t open the “Stub.exe” file and don’t delete it too, otherwise the stealer created by you won’t work at all.
Working Snap :
Working Snap :
Subscribe to:
Posts (Atom)