Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tismayil/fockcache
FockCache - Minimalized Test Cache Poisoning
https://github.com/tismayil/fockcache
Last synced: 3 months ago
JSON representation
FockCache - Minimalized Test Cache Poisoning
- Host: GitHub
- URL: https://github.com/tismayil/fockcache
- Owner: tismayil
- License: gpl-2.0
- Created: 2020-02-03T09:37:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T12:10:04.000Z (almost 5 years ago)
- Last Synced: 2024-06-26T00:36:17.088Z (5 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 111
- Watchers: 5
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- WebHackersWeapons - FockCache - vuln`](/categorize/tags/cache-vuln.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Go](/images/go.png)](/categorize/langs/Go.md)| (Weapons / Tools)
README
# fockcache
FockCache - Minimalized Test Cache Poisoning[![asciicast](https://asciinema.org/a/WKTlr2ffvL6CAISm7oSzSZCLe.svg)](https://asciinema.org/a/WKTlr2ffvL6CAISm7oSzSZCLe)
Detail For Cache Poisoning : https://portswigger.net/research/practical-web-cache-poisoning
### FockCache #
FockCache tries to make cache poisoning by trying X-Forwarded-Host and X-Forwarded-Scheme headers on web pages.
After successful result, it gives you a poisoned URL.
## To be added soon:
1 - Page Param Checker
2 - Recursive Checking
## Installation
1 - Install with installer.sh
`chmod +x installer.sh`
`./installer.sh`
2 - Install manual
`go get github.com/briandowns/spinner`
`go get github.com/christophwitzko/go-curl`
`go run main.go --hostname victim.host`
or
`go build FockCache main.go`
## Run
`./FockCache --hostname victim.host `