Am trying to learn HTML and php and i thought is it possible make a fake login page on my server and when you write the username and pass and press submit or whatever it saves the creds on my server (like SET usually do) and it does contact the real website database to make the user login directly instead of redirecting him to the real login page?
Forum Thread: HTTRACK and SET
- Hot
- Active
-
Forum Thread: How to Track Who Is Sms Bombing Me . 4 Replies
2 mo ago -
Forum Thread: Removing Pay-as-You-Go Meter on Loan Phones. 1 Replies
2 mo ago -
Forum Thread: Hydra Syntax Issue Stops After 16 Attempts 3 Replies
2 mo ago -
Forum Thread: moab5.Sh Error While Running Metasploit 17 Replies
3 mo ago -
Forum Thread: Execute Reverse PHP Shell with Metasploit 1 Replies
4 mo ago -
Forum Thread: Install Metasploit Framework in Termux No Root Needed M-Wiz Tool 1 Replies
5 mo ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 35 Replies
6 mo ago -
Forum Thread: When My Kali Linux Finishes Installing (It Is Ready to Boot), and When I Try to Boot It All I Get Is a Black Screen. 8 Replies
7 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 12 Replies
7 mo ago -
Forum Thread: Hack Instagram Account Using BruteForce 208 Replies
7 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 47 Replies
9 mo ago -
Forum Thread: How to Train to Be an IT Security Professional (Ethical Hacker) 22 Replies
9 mo ago -
Metasploit Error: Handler Failed to Bind 41 Replies
10 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 21 Replies
10 mo ago -
How to: HACK Android Device with TermuX on Android | Part #1 - Over the Internet [Ultimate Guide] 177 Replies
10 mo ago -
How to: Crack Instagram Passwords Using Instainsane 36 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device Remotely, to Gain Acces to Gmail, Facebook, Twitter and More 5 Replies
10 mo ago -
Forum Thread: How Many Hackers Have Played Watch_Dogs Game Before? 13 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device with Only a Ip Adress 55 Replies
11 mo ago -
How to: Sign the APK File with Embedded Payload (The Ultimate Guide) 10 Replies
11 mo ago
-
How To: Use Burp & FoxyProxy to Easily Switch Between Proxy Settings
-
How To: Extract Bitcoin Wallet Addresses & Balances from Websites with SpiderFoot CLI
-
How To: Crack SSH Private Key Passwords with John the Ripper
-
How To: Exploit Shellshock on a Web Server Using Metasploit
-
How To: Find Vulnerable Webcams Across the Globe Using Shodan
-
How To: Dox Anyone
-
How To: Intercept Images from a Security Camera Using Wireshark
-
How To: Spy on Traffic from a Smartphone with Wireshark
-
How To: Target Bluetooth Devices with Bettercap
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
How To: Perform Advanced Man-in-the-Middle Attacks with Xerosploit
-
How to Hack Wi-Fi: Disabling Security Cameras on Any Wireless Network with Aireplay-Ng
-
How To: Brute-Force Nearly Any Website Login with Hatch
-
How To: Use MDK3 for Advanced Wi-Fi Jamming
-
How To: Bypass File Upload Restrictions on Web Apps to Get a Shell
-
Become an Elite Hacker Part 4: Hacking a Website. [Part 1]
-
Hacking macOS: How to Break into a MacBook Encrypted with FileVault
-
How To: Mine Twitter for Targeted Information with Twint
-
The Hacks of Mr. Robot: How to Hide Data in Audio Files
-
How To: Use the Buscador OSINT VM for Conducting Online Investigations
2 Responses
Hi there.
See this tutorial for grabbing their credentials and saving them on your server. https://null-byte.wonderhowto.com/how-to/steal-form-data-from-your-fake-website-0164112/
If you inspect the data that is sent to facebook when you log in using a proxy such as burpsuite, and check out the source code for the form, you'll be able to find the format it's sent in (POST, GET). You should the be able to manually craft this request on your server (I would use Python for this, personally), send it to the fb servers, and depending on the response, you'll be able to tell whether their credentials are valid.
Hope this helps :)
Aaaalright, i think its pretty normal i didnt understand most of what you said, because i have little to no knowledge in web developping and that kind of stuff, but yeah i will try and google it part by part
Share Your Thoughts