Skip to content

Instantly share code, notes, and snippets.

View SolarDebris's full-sized avatar
🤙

Alex Schmith SolarDebris

🤙
View GitHub Profile
@SolarDebris
SolarDebris / chalscan.py
Last active March 26, 2024 15:39
CTF Cloud Scraper
import socket
import threading
"""
A port scanner for challenges hosteed on chals.io;
prints services that are available
"""
def chalscan(start, end):