SSH - botnet (python)

IMG_6389.jpeg
A python tool(automation) for automatically finding SSH servers on the network and adding them to the botnet for mass administration and control.
Link:love:
 
ගෑණියෙක් උනාම කුස්සියට වෙලා ඉන්න බැයිද?
GIF by evite


Apo Geshi uba vul nodes hoyagena apita kelinnamai hadanne :angry::angry::angry:
මම එහෙම නරක ළමයෙක් නෙමේ.. 😌🤭
------ Post added on Dec 20, 2023 at 9:12 AM
 
  • Haha
Reactions: NRTG

batwise

Well-known member
  • Aug 28, 2020
    8,493
    15,849
    113
    111
    Gotham
    batman.com
    Network prashnyk tianawa. Unrelated to this.

    Normal slt pro link router එකකින් node server ekak run kara. Nodejs app එකක් හදල.

    IP and port oya widihata yanne. 192.168.1.110:8888

    But LAN through wena computer walin access krnna ba.
    Error connection timeout wenawa. WiFi through puluwn. Mata ona දෙකෙන්ම access krnna.

    Inbound, outbound ports(8888) allow karala, firewall allow karala tienne.

    Ai kyala kyanna puluwan da
     
    Network prashnyk tianawa. Unrelated to this.

    Normal slt pro link router එකකින් node server ekak run kara. Nodejs app එකක් හදල.

    IP and port oya widihata yanne. 192.168.1.110:8888

    But LAN through wena computer walin access krnna ba.
    Error connection timeout wenawa. WiFi through puluwn. Mata ona දෙකෙන්ම access krnna.

    Inbound, outbound ports(8888) allow karala, firewall allow karala tienne.

    Ai kyala kyanna puluwan da
    මම දන්නෙ නැහැ ඩියර්. දන්න කෙනෙක් උදව් කරයි. :)
     

    kasun_kbp

    Well-known member
  • May 12, 2015
    18,271
    1
    59,264
    113
    Kaduwela
    Network prashnyk tianawa. Unrelated to this.

    Normal slt pro link router එකකින් node server ekak run kara. Nodejs app එකක් හදල.

    IP and port oya widihata yanne. 192.168.1.110:8888

    But LAN through wena computer walin access krnna ba.
    Error connection timeout wenawa. WiFi through puluwn. Mata ona දෙකෙන්ම access krnna.

    Inbound, outbound ports(8888) allow karala, firewall allow karala tienne.

    Ai kyala kyanna puluwan da
    access karanna bari computers wala wireshark install karala trace karala balanna mona port ekatada call karanne kiyala.
    ekko host file eke entry ekak daganna oni. nathnam port eka change karanna oni. oya ip ekata ping karala ena result eka daanna balanna.
    nathnam browser eken http request (not https) ekak yawala balanna. mekada enne balanna. "ERR_NAME_NOT_RESOLVED" nathnam tracert or netstat paarak daala balanna.

    Code:
    ipconfig - Displays IP address, subnet mask, and default gateway for all adapters. Useful for confirming basic connectivity.
    ping - Sends ICMP echo request packets to a target host to test connectivity. Used to verify reachability and latency.
    nslookup - Queries DNS servers to resolve hostnames to IP addresses or vice versa. Used to check DNS resolution and connectivity to DNS servers.
    tracert - Traces the route packets take to a destination by listing all routers between source and destination. Helps identify routing issues or latency.
    pathping - Combines features of ping and tracert to show latency stats for each router. Helps identify intermittent connectivity issues.
    netstat - Displays active TCP connections, ports in listening state, and network statistics. Used to troubleshoot connectivity and port issues.
    arp - Displays and modifies ARP cache entries. Links IP addresses to MAC addresses. Can help with resolving ARP issues.
    nbtstat - Displays NetBIOS over TCP/IP information and statistics. Used for NetBIOS name resolution issues.
    route print - Prints the local IP routing table. Used to examine routing table entries and default gateways.
    netsh - Network shell used for diagnosing and configuring network settings. Has many advanced networking commands.
    telnet - Attempts to establish a Telnet connection to a specified port. Tests basic TCP connectivity on various ports.
     

    batwise

    Well-known member
  • Aug 28, 2020
    8,493
    15,849
    113
    111
    Gotham
    batman.com
    access karanna bari computers wala wireshark install karala trace karala balanna mona port ekatada call karanne kiyala.
    ekko host file eke entry ekak daganna oni. nathnam port eka change karanna oni. oya ip ekata ping karala ena result eka daanna balanna.
    nathnam browser eken http request (not https) ekak yawala balanna. mekada enne balanna. "ERR_NAME_NOT_RESOLVED" nathnam tracert or netstat paarak daala balanna.

    Code:
    ipconfig - Displays IP address, subnet mask, and default gateway for all adapters. Useful for confirming basic connectivity.
    ping - Sends ICMP echo request packets to a target host to test connectivity. Used to verify reachability and latency.
    nslookup - Queries DNS servers to resolve hostnames to IP addresses or vice versa. Used to check DNS resolution and connectivity to DNS servers.
    tracert - Traces the route packets take to a destination by listing all routers between source and destination. Helps identify routing issues or latency.
    pathping - Combines features of ping and tracert to show latency stats for each router. Helps identify intermittent connectivity issues.
    netstat - Displays active TCP connections, ports in listening state, and network statistics. Used to troubleshoot connectivity and port issues.
    arp - Displays and modifies ARP cache entries. Links IP addresses to MAC addresses. Can help with resolving ARP issues.
    nbtstat - Displays NetBIOS over TCP/IP information and statistics. Used for NetBIOS name resolution issues.
    route print - Prints the local IP routing table. Used to examine routing table entries and default gateways.
    netsh - Network shell used for diagnosing and configuring network settings. Has many advanced networking commands.
    telnet - Attempts to establish a Telnet connection to a specified port. Tests basic TCP connectivity on various ports.
    Mn balannan. Thanks
     
    • Like
    • Love
    Reactions: NRTG and Geshi95