Showing posts with label IP. Show all posts
Showing posts with label IP. Show all posts

14 May 2026

How to get inventory information of all the hosts on a network?

nmap -A -T4 -oN network_scan.txt 192.168.2.0/24

  • -A (Aggressive / Advanced Scan): This is a convenient shortcut that enables four powerful features at once:
    • OS Detection: Attempts to identify the operating system of the target.
    • Version Detection: Probes open ports to determine the exact software and version numbers running on the services.
    • Script Scanning: Runs a default set of Nmap Scripting Engine (NSE) scripts to gather extra information or spot common vulnerabilities.
    • Traceroute: Maps the network path taken from your machine to the target.
  • -T4 (Aggressive Timing): This timing template tells Nmap to run a faster, more aggressive scan. It assumes you are on a reasonably fast and reliable network and makes adjustments (like reducing the wait times between probes and capping timeouts) to speed up execution.
  • -oN (Normal Output): This tells Nmap to save the results to a text file in a human-readable format. You must follow this flag with your desired file name (e.g., -oN scan_results.txt).

  •  

    ================= 

    $ sudo nmap -sV -O -R --dns-servers 192.168.0.1 -T4 -vv -oN network_scan.txt 192.168.0.0/24

    -sV: service version detection 

    -O: OS identification

    -R: Force reverse DNS lookup for all hosts

    --system-dns: Use your system's DNS resolver (often better on home networks)

    -T4: Faster scan timing (good balance between speed and accuracy)

    -v or -vv: Increase verbosity so you see hostnames as they are discovered

    -oN: Then you can open network_scan.txt with any text editor

     

    06 September 2021

    Accessing network applications between windows and wsl linux ubuntu

    Accessing network applications between windows and wsl linux ubuntu

    https://docs.microsoft.com/en-us/windows/wsl/compare-versions

     
    Accessing Linux networking apps from Windows (localhost)
    Accessing Windows networking apps from Linux (host IP)
    Connecting via remote IP addresses
    Accessing a WSL 2 distribution from your local area network (LAN)
    IPv6 access


    02 February 2011

    05 November 2010

    Default IP addresses, usernames & passwords of some routers and APs

    Cisco LinkSys routers -

    IP: 192.168.1.1
    User name: (blank)
    Password: admin

    Cisco LinkSys APs -
    IP: 192.168.1.245
    User name: admin
    Password: admin

    Siemens router - SpeedStream 6520 -
    IP: 192.168.254.254
    User name: admin
    Password: admin

    Linksys WAP54G 
    details: Wireless-G Access Point
    Default IP address: 192.168.1.245 
    Default admin username: <blank> 
    Default admin password: admin 


    =======

    Linksys WRT300N Wireless-N Broadband Router
    ip address: 192.168.1.1 username:(leave it blank)
    password: admin

    Linksys WRT150N Wireless-N Home Router
    ip address: 192.168.1.1 username:(leave it blank)
    password: admin

    Linksys WRT330N Wireless-N Gigabit Gaming Router
    ip address: 192.168.1.1 username:(leave it blank)
    password: admin

    Linksys WRT350N Wireless-N Gigabit Router with Storage Link
    ip address: 192.168.1.1 username:(leave it blank)
    password: admin
    Linksys WRT600N Dual-Band Wireless-N Gigabit Router with Storage Link
    ip address: 192.168.1.1 username:(leave it blank)
    password: admin

    Linksys WRVS4400N Wireless-N Gigabit Security Router with VPN
    ip address: 192.168.1.1 username:(leave it blank)
    password: admin

    Linksys WRT100 RangePlus Wireless Router
    ip address: 192.168.1.1 username:(leave it blank)
    password: admin

    Linksys WRH54G Wireless-G Home Router
    ip address: 192.168.1.1 username:(leave it blank)
    password: admin

    Linksys WRT54G Wireless-G Broadband Router
    ip address: 192.168.1.1 username:(leave it blank)
    password: admin

    Linksys WRT54G3G-AT Wireless-G Router for Mobile Broadband
    ip address: 192.168.1.1 username:(leave it blank)
    password: admin

    Linksys WRT54G3G-ST Wireless-G Router for Mobile Broadband
    ip address: 192.168.1.1 username:(leave it blank)
    password: admin

    Linksys WRT54GC Compact Wireless-G Broadband Router
    ip address: 192.168.1.1 username:(leave it blank)
    password: admin

    Linksys WRT54GL Wireless-G Broadband Router
    ip address: 192.168.1.1 username:(leave it blank)
    password: admin

    Linksys WRT54GR Wireless-G Broadband Router with RangeBooster
    ip address: 192.168.1.1 username:(leave it blank)
    password: admin

    Linksys WRT54GX2 Wireless-G Broadband Router with SRX200
    ip address: 192.168.1.1 username:(leave it blank)
    password: admin

    Linksys WRT54GX4 Wireless-G Broadband Router with SRX400
    ip address: 192.168.1.1 username:(leave it blank)
    password: admin

    Linksys WRTSL54GS Wireless-G Media Storage Link Router with SpeedBooster
    ip address: 192.168.1.1 username:(leave it blank)
    password: admin

    Linksys WRV200 Wireless-G VPN Router with RangeBooster
    ip address: 192.168.1.1 username:admin
    password: admin

    Linksys WRV54G Wireless-G VPN Broadband Router
    ip address: 192.168.1.1 username:admin
    password: admin