Skip to content

Commit

Permalink
cleanup docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
arriven committed May 19, 2022
1 parent 220de33 commit 3e0f3bc
Show file tree
Hide file tree
Showing 29 changed files with 7 additions and 471 deletions.
4 changes: 2 additions & 2 deletions docs/advanced-docs/config-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Let's take next config for example:
{
"type": "slow-loris",
"args": {
"address": "80.87.198.26:53",
"address": "127.0.0.1:53",
"ContentLength": 1000,
"DialWorkersCount": 1,
"RampUpInterval": 1,
"SleepInterval": 1000,
"DurationSeconds": 1000,
"Path": "https://meduza.io"
"Path": "https://example.com"
}
}
]
Expand Down
10 changes: 2 additions & 8 deletions docs/advanced-docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Almost all of these parameters can also be set via environment variables

## Config file reference

This doc gets outdated frequently as the project is under active development but you can always check up to date configuration examples in `examples/config` folder

The config is expected to be in json format and has following configuration values:

- `jobs` - `[array]` array of attack job definitions to run, should be defined inside the root object
Expand Down Expand Up @@ -96,14 +98,6 @@ Warning: `packetgen` requires root privileges to run
- `packet.transport` - `[layer]` tcp/ip level 3 (OSI level 4) configuration. supports `tcp` and `udp` protocols. see `src/core/packetgen/transport.go` for all the available options
- `packet.payload` - `[layer]` the data that goes on top of other layers. for now it can be `raw` for custom crafted payload string (i.e. you can write an http request directly here), `dns`, and `icmpv4`, but last two are not fully tested yet

`dns-blast` args:

- `root_domain` - `[string]`
- `protocol` - `[string]` can be `udp`, `tcp`, or `tcp-tls`
- `seed_domains` - `[array]`

`slow-loris` - check `src/core/slowloris/slowloris.go` for reference

all the jobs have shared args:

- `interval_ms` - `[number]` interval between requests in milliseconds. Defaults to 0 (Care, in case of udp job it might generate the data faster than your OS/network card can process it)
Expand Down
74 changes: 0 additions & 74 deletions docs/advanced-docs/prometheus.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/azure.md

This file was deleted.

112 changes: 0 additions & 112 deletions docs/azure.uk.md

This file was deleted.

16 changes: 0 additions & 16 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,6 @@

---

???+ faq "How can I make it more effective?"

When selecting a VPN country, choose "friendly" countries for Russia:

- Russia
- Belarus
- Kazakhstan

???+ warning "Objective"

Generate traffic from within, from their internal address.
Russia can close its propaganda to the world,
but they cannot close it to their citizens

---

???+ faq "What are primitive jobs?"

Primitive jobs rely on generating as much raw traffic as possible. This might exhaust your system. They are also easier to detect and unadvisable to be used in the cloud environment.
Expand Down
Loading

0 comments on commit 3e0f3bc

Please sign in to comment.