Skip to content

Instantly share code, notes, and snippets.

View thehackersbrain's full-sized avatar
💻
:(){ :|:& };: >/dev/null 2>&1

Gaurav Raj thehackersbrain

💻
:(){ :|:& };: >/dev/null 2>&1
View GitHub Profile
@thehackersbrain
thehackersbrain / Cargo.toml
Created February 14, 2023 18:01
A rust program to list upcoming events from ctftime.org
[package]
name = "ctftime"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = {version = "0.11", features = ["blocking"]}
scraper = "0.12.0"
@thehackersbrain
thehackersbrain / README.md
Last active May 31, 2021 06:44
NetScan README Banner Image

NetScan

Simple TCP Port Scanner
Written in Go Lang by Gaurav Raj [TheHackersBrain]

bannerImage

NetScan is a simple TCP Port Scanner written in Golang while learning it.

NOTE: This tool only supports TCP Protocol, will add more eventually ;)