An open API service indexing awesome lists of open source software.

https://github.com/ravro-ir/golang_bug_hunting

Live for Go hackers (bug bounty)
https://github.com/ravro-ir/golang_bug_hunting

bugbounty clickjacking cors golang live livestream ravro recon vulnerability

Last synced: 8 months ago
JSON representation

Live for Go hackers (bug bounty)

Awesome Lists containing this project

README

          

# Golang For Bug Hunting (Live)

> In these two live sessions, I intended to teach how to write tools with `golang` for vulnerability hunting.

## Video by [@raminfp](https://github.com/raminfp)
- `Part 1 (Persian language)` - https://www.youtube.com/watch?v=GY6vrAH_SuU
- `Part 2 (Persian language)` - https://www.youtube.com/watch?v=KEMFi0V2zdM

## Code

- `Recon`
- [Port scan slow](https://github.com/ravro-ir/golang_bug_hunting/tree/main/recon/portscan)
- [Port scan fast](https://github.com/ravro-ir/golang_bug_hunting/tree/main/recon/portscanfast)
- [Port scan no auth database](https://github.com/ravro-ir/golang_bug_hunting/tree/main/recon/portscannoauthdb)
- `Arvan Cloud`
- [CDN Finder](https://github.com/ravro-ir/golang_bug_hunting/tree/main/recon/arvan/cdn_finder)
- [S3 Bucket Enum](https://github.com/ravro-ir/golang_bug_hunting/tree/main/recon/arvan/s3_bucket_enum)
- [Clickjacking](https://github.com/ravro-ir/golang_bug_hunting/tree/main/clickjacking)
- [CORS](https://github.com/ravro-ir/golang_bug_hunting/tree/main/cors)
- [DoS](https://github.com/ravro-ir/golang_bug_hunting/tree/main/dos)
- [OGNL Injection - CVE-2022-26134](https://github.com/ravro-ir/golang_bug_hunting/tree/main/ognl_injection)
- [Dependency Confusion](https://github.com/ravro-ir/golang_bug_hunting/tree/main/dependency_confusion)
- [S3 Bucket Takeover](https://github.com/ravro-ir/golang_bug_hunting/tree/main/s3bucket_takeover)
- [Subdomain Takeover](https://github.com/ravro-ir/golang_bug_hunting/tree/main/subdomain_takeover)
- [Path Traversal - CVE-2021-41773](https://github.com/ravro-ir/golang_bug_hunting/tree/main/path_traversal)
- [SSRF](https://github.com/ravro-ir/golang_bug_hunting/tree/main/ssrf)
- [Race Condition](https://github.com/ravro-ir/golang_bug_hunting/tree/main/race_condition)

I hope enjoy,

Thanks, Ramin