New to golang, best way to learn is by making scripts. Most of these are solid derivatives of python scripts I or other people have made but in Go.
Rating | Script | About | Readme |
---|---|---|---|
⭐️⭐️⭐️⭐️⭐️ | Http-Server-With-Uploads | Great tool Upload / Download fileserver if you're doing a pentest and need to exfiltrade data off of an onsite PC without the hastle of usb's somewhat inspired by uniIsland's python version of a http-server-with-uploads | Readme |
⭐️⭐️⭐️ | findIDHash | Takes a hash, calculates the length, and compares the length against hashcat's generic hash types | Readme |
⭐️⭐️ | OnlineHost | Uses Go net/http library to distinguish alive hosts from a give list of hosts/urls | Readme |
⭐️⭐️ | chromecookie | Go derivative of cookie_crimes | Readme |