Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Mar 12, 2022. It is now read-only.
/whispererPublic archive

Simple Go program that makes HTTP request constantly in order to generate random HTTP/DNS traffic noise

License

NotificationsYou must be signed in to change notification settings

dnlzrgz/whisperer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Report CardCircleCIGoDocDocker PullsPRs Welcome

Whisperer is a simple Go program that makes HTTP request constantly in order to generate random HTTP/DNS traffic noise.

Whisperer is a project inspired byNoisy.

Example

whisperer -v -d 3s

Install

Go

go get github.com/danielkvist/whisperer

Cloning the repository

# First, clone the repositorygit clone https://github.com/danielkvist/whisperer# Then navigate into the whisperer directorycd whisperer# Rungo run main.go

Docker

Pulling Image

To use whisperer as a Docker container you can pull the image with the following command:

docker image pull danielkvist/whisperer

Note that the imagedanielkvist/whisperer uses the urls file from this repository. So it is not a valid option if you want to customize the URLs that whisperer is going to visit.

Building Image

# First, clone the repositorygit clone https://github.com/danielkvist/whisperer# Then navigate into the whisperer directorycd whisperer# Modify the urls.txt file if you wantvim urls.txt# Build the Docker Image from the Dockerfile inside the repositorydocker image build -t whisperer.# Rundocker container run whisperer

Options

Whisperer can accept a number of command line arguments:

$ whisperer --helpwhisperer makes HTTP request constantly in order to generate random HTTP/DNS traffic noise.Usage:  whisperer [flags]Flags:  -a, --agent string       user agent (default "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0")      --debug              prints error messages  -d, --delay duration     delay between requests (default 1s)  -g, --goroutines int     number of goroutines (default 1)  -h, --help               help for whisperer  -p, --proxy string       proxy URL  -r, --random             random delay between requests  -t, --timeout duration   max time to wait for a response before canceling the request (default 3s)      --urls string        simple .txt file with URL's to visit (default "./urls.txt")  -v, --verbose            enables verbose mode

URLs file

This file is from which Whisperer will extract the different URLs that will be visiting.

You can see an example of how this file should behere.

Help is always welcome!

If you know about anything else I can improve or add please, don't hesitate to let me know!


[8]ページ先頭

©2009-2025 Movatter.jp