I'm using metasploit to perform a ssh login scan on a range of ips from 192.168.24.00 and up and I don't know how to write it. For example, I'm trying to scan 192.168.24.01, 192.168.24.02, 192.168.24.03, all the way up to 192.168.24.99. This isn't the actual ip btw, just a made up one. Can someone help please?
Forum Thread: IP Subnet
- 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
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
-
How to Hack Wi-Fi: Cracking WEP Passwords with Aircrack-Ng
-
How to Hack Wi-Fi: Cracking WPA2-PSK Passwords Using Aircrack-Ng
-
How to Hack Wi-Fi: Cracking WPA2-PSK Passwords with Cowpatty
-
How To: Hunt Down Social Media Accounts by Usernames with Sherlock
-
Locking Down Linux: Using Ubuntu as Your Primary OS, Part 2 (Network Attack Defense)
-
How to Hack Wi-Fi: Choosing a Wireless Adapter for Hacking
-
How To: Seize Control of a Router with RouterSploit
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
How To: Find Vulnerable Webcams Across the Globe Using Shodan
-
How To: Make Your Own Bad USB
-
How To: Spy on Traffic from a Smartphone with Wireshark
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
How To: Dox Anyone
-
How To: Hack Wi-Fi Networks with Bettercap
-
How To: Hack 5 GHz Wi-Fi Networks with an Alfa Wi-Fi Adapter
-
How To: Find OSINT Data on License Plate Numbers with Skiptracer
-
How To: Crack Shadow Hashes After Getting Root on a Linux System
-
How To: Run USB Rubber Ducky Scripts on a Super Inexpensive Digispark Board
-
How To: Set Up a Headless Raspberry Pi Hacking Platform Running Kali Linux
2 Responses
By what i remember from nmap, it should be 192.168.24.1/24 . Correct me if i'm wrong, or tells if it works.
Jesus
Hi
You have to know the netmask of the network you want so scan.
I recommend you to fresh up your knowledge of IP and Subnetting.
So you have your IP Address:
Address: 192.168.24.1
In binary that is:
11000000.10101000.00000000.00000001
The netmask defines the host and network part of your address.
As you can see with this netmask the first 24 bits are used --> network part. The remaining bits are free for your host adresses, in this case 254.
Netmask: 255.255.255.0 = /24
11111111.11111111.11111111.00000000
To answer your question:
Find out what netmask is used and write it either way full like this 255.255.255.0 or the shot form like that /24.
Examples:
255.255.255.128 = 25
11111111.11111111.11111111.10000000
--> 126 free hosts
255.255.255.252 = 30
11111111.11111111.11111111.11111100
--> 3 free hosts
http://jodies.de/ipcalc
Hope you try to learn a little bit more abuot the topic instead of just typing in everything and hoping it workes.
Share Your Thoughts