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
1 mo ago -
Forum Thread: Removing Pay-as-You-Go Meter on Loan Phones. 1 Replies
1 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
5 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
6 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 12 Replies
6 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
9 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 21 Replies
9 mo ago -
How to: HACK Android Device with TermuX on Android | Part #1 - Over the Internet [Ultimate Guide] 177 Replies
9 mo ago -
How to: Crack Instagram Passwords Using Instainsane 36 Replies
9 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: Scan for Vulnerabilities on Any Website Using Nikto
-
Hack Like a Pro: How to Find Directories in Websites Using DirBuster
-
How To: Enumerate SMB with Enum4linux & Smbclient
-
How To: Hunt Down Social Media Accounts by Usernames with Sherlock
-
How To: Use SQL Injection to Run OS Commands & Get a Shell
-
How To: Hack Android Using Kali (Remotely)
-
Hack Like a Pro: How to Scan the Globe for Vulnerable Ports & Services
-
How To: Find Vulnerable Webcams Across the Globe Using Shodan
-
How To: Use Burp & FoxyProxy to Easily Switch Between Proxy Settings
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
How To: Crack Password-Protected Microsoft Office Files, Including Word Docs & Excel Spreadsheets
-
How To: Set Up a Wi-Fi Spy Camera with an ESP32-CAM
-
How To: Use SpiderFoot for OSINT Gathering
-
How To: Escape Restricted Shell Environments on Linux
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
Hack Like a Pro: Denial-of-Service (DoS) Tools & Techniques
-
How To: Automate Wi-Fi Hacking with Wifite2
-
How To: Pick an Antenna for Wi-Fi Hacking
-
How To: Hack Wi-Fi Networks with Bettercap
-
How To: Hack Wi-Fi & Networks More Easily with Lazy Script
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