Is Lhost the IP adress I want my target machine to connect to? If so how do I what command do I use to target the machine I want in the first place. I would imagine that without my target machine's IP address I wouldn't be able to redirect it anyhow. Someone please explain to me Reverse shell, more specifically Lhost and how do I connect to my target machine.
Forum Thread: How Do I Connect to a Device When Using a Reverse Shell?
- Hot
- Active
-
Forum Thread: How to Hack Wireless Password Through MAC Address and IP Address 25 Replies
2 days ago -
Forum Thread: Complete Guide to Creating and Hosting a Phishing Page for Beginners 50 Replies
6 days 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
2 wks ago -
Forum Thread: Mitm attack problem 2 Replies
3 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: How to Hack Android Phone Using Same Wifi 27 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
-
Android for Hackers: How to Turn an Android Phone into a Hacking Device Without Root
-
How To: Automate Wi-Fi Hacking with Wifite2
-
How To: Extract Bitcoin Wallet Addresses & Balances from Websites with SpiderFoot CLI
-
How To: Brute-Force Nearly Any Website Login with Hatch
-
How To: Hack MacOS with Digispark Ducky Script Payloads
-
How To: Check if Your Wireless Network Adapter Supports Monitor Mode & Packet Injection
-
How To: Change Your Terminal Header
-
How To: Find Passwords in Exposed Log Files with Google Dorks
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
-
How To: Make Spoofed Calls Using Any Phone Number You Want Right from Your Smartphone
-
How To: Use Burp & FoxyProxy to Easily Switch Between Proxy Settings
-
How To: Buy the Best Wireless Network Adapter for Wi-Fi Hacking in 2019
-
Tutorial: Create Wordlists with Crunch
-
How To: Brute-Force FTP Credentials & Get Server Access
-
How To: Manually Exploit EternalBlue on Windows Server Using MS17-010 Python Exploit
-
How To: Intercept Images from a Security Camera Using Wireshark
-
How To: Gain Complete Control of Any Android Phone with the AhMyth RAT
-
Steganography: How to Hide Secret Data Inside an Image or Audio File in Seconds
-
The Hacks of Mr. Robot: How to Hack Bluetooth
2 Responses
LHOST is your IP, when the target device open your exe, you will get MP session and you can execute commands.
I hope I'm right, because I am not pro in this field.
LHOST stands for Local Host. The way reverse TCP works is your machine acts as a server (so to speak) and the victim machine acts as a client. When you set up the LHOST parameter on your payload the victim machine will know which IP address it needs to connect to in order to give you a meterpreter sessions (or any other payload within the reverse TCP category) RHOST stands for Remote Host and most reverse TCP payloads do not require you to set that up. You most likely won't need to know the IP address of the victim machine when using the reverse TCP parameter, since that machine will connect to you.
Share Your Thoughts