added example and more verbage on readme
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# CRACKHEAD PROXY
|
# CRACKHEAD PROXY
|
||||||
This is a hacked crackheaded bullshit amalgamation of a per-request proxy finder and rotator.
|
This is a hacked crackheaded bullshit amalgamation of a per-request proxy finder and rotator.
|
||||||
|
|
||||||
Scrapes the proxy lists included with [slrp](https://github.com/nfx/slrp) and multiplexes them through a local HTTP proxy with [mubeng](https://github.com/kitabisa/mubeng) because slrp alone was not working.
|
Scrapes the proxy lists included with [slrp](https://github.com/nfx/slrp) and multiplexes them through a local HTTP proxy with [mubeng](https://github.com/kitabisa/mubeng) so that each request through the local procy is sent through a random free proxy. (because slrp alone was not working)
|
||||||
|
|
||||||
This was shitcoded while mentally impared. Expect issues.
|
This was shitcoded while mentally impared. Expect issues.
|
||||||
|
|
||||||
@@ -14,21 +14,20 @@ This was shitcoded while mentally impared. Expect issues.
|
|||||||
```
|
```
|
||||||
sudo apt install jq screen curl
|
sudo apt install jq screen curl
|
||||||
cd ~
|
cd ~
|
||||||
wget <releaseurl>
|
wget https://github.com/PrincessPi3/crackhead_proxy/releases/download/firstlol/crackhead_proxy_release_v0.0.0.0.0.1.tar.gz
|
||||||
tar xvf <releasename>
|
tar xvf crackhead_proxy_release_v0.0.0.0.0.1
|
||||||
```
|
```
|
||||||
## USE
|
## USE
|
||||||
```
|
```
|
||||||
cd ~/<releasename>
|
cd ~/crackhead_proxy_release_v0.0.0.0.0.1
|
||||||
./run_d.sh
|
./run_d.sh
|
||||||
```
|
```
|
||||||
then run your app with the HTTP proxy `http://localhost:420`
|
then run your app (in another terminal) with the HTTP proxy `http://localhost:420`
|
||||||
## STOP
|
## STOP
|
||||||
```
|
```
|
||||||
Ctrl+C
|
Ctrl+C
|
||||||
./kill.sh
|
./kill.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## TEST
|
## TEST
|
||||||
```
|
```
|
||||||
curl -D - --proxy-insecure -x http://localhost:420 -k https://canhazip.com
|
curl -D - --proxy-insecure -x http://localhost:420 -k https://canhazip.com
|
||||||
@@ -37,7 +36,10 @@ or
|
|||||||
```
|
```
|
||||||
./test_proxy.sh
|
./test_proxy.sh
|
||||||
```
|
```
|
||||||
|
## EXAMPLE
|
||||||
|
```
|
||||||
|
ffuf -w wordlist.txt -u https://url.domain/FUZZ -x http://localhost:420
|
||||||
|
```
|
||||||
|
|
||||||
##PROJECTS USED
|
##PROJECTS USED
|
||||||
###Give them a hot look
|
###Give them a hot look
|
||||||
|
|||||||
Reference in New Issue
Block a user