repositorypackage
1.0.0
Repository: https://github.com/hambyhacks/ctfrecon-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
CTFRecon-Go
Go implementation of CTFRecon.sh
Download the release binary to use or if you want to build the binary itself, make sure you have Go installed on local machine.
Easiest way to download the binary
go install github.com/hambyhacks/CTFRecon-Go@latest
To install manually
1. git clone https://github.com/hambyhacks/CTFRecon-Go
2. cd CTFRecon-Go/
3. go build .
CTFRecon-Go binary should be created after using go build .
Feedbacks are highly appreciated!
Todo List
- Implement better code.
- Make it more readable.
- Add more features.
Notes
-
This project is ongoing.
-
This is a side project of mine in learning programming.