https://github.com/billsjc/fxxk-someone
https://github.com/billsjc/fxxk-someone
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/billsjc/fxxk-someone
- Owner: BillSJC
- Created: 2019-05-09T13:02:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T13:06:43.000Z (about 6 years ago)
- Last Synced: 2025-01-13T10:50:04.215Z (5 months ago)
- Language: Go
- Size: 265 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Fxxk someone
A Simple Proxy And Random UA Fxxker based on [zdaye](http://ip.zdaye.com/ShortProxy.html)
## Usage
Requirements
- zdaye`s API Key and Secret
- Go 1.11+Consts
```go
const (
API_KEY = "your api key" //your API AppKey
API_SECRET_MD5 = "your api secret (After MD5 16)" //you API Secret (after MD5)
TARGET_URL = "website u want to fuck" //the website you want to fuck
FREQUENCY = 100 // frequency (ms)
)
```Build
```bash
go build
```