You can get in touch with me writing at: bmusk.bytewolf@gmail.com
-
ByteWolf
- Montevideo, Uruguay
- @BobMusk1
Pinned Loading
-
discord.py
discord.py PublicForked from Rapptz/discord.py
An API wrapper for Discord written in Python.
Python
-
Port discovery without NMAP
Port discovery without NMAP 1#!/bin/bash
2subnet="192.168.30"
3top10=(20 21 22 23 25 80 110 139 443 445 3389)
4for host in {1..255}; do
5for port in "${top10[@]}"; do
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.