Skip to content

Commit

Permalink
Adjust IRC and Telegram Bot API module descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ioj committed Jul 11, 2023
1 parent 345417c commit b9d4825
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ The modules packaged with the utility are listed in the table below.
| `ssh-transfer`| Simulates an SSH file transfer to a service running on an SSH port |
| `tunnel-dns` | Generates DNS tunneling requests to \*.sandbox.alphasoc.xyz |
| `tunnel-icmp` | Generates ICMP tunneling traffic to an Internet service operated by AlphaSOC |
| `irc` | Simulates IRC traffic to a random list of known IRC servers |
| `telegram-bot`| Simulates Telegram bot traffic to api.telegram.org |
| `irc` | Connects to a random list of public IRC servers |
| `telegram-bot`| Generates Telegram Bot API traffic using a random or provided token |
2 changes: 1 addition & 1 deletion cmd/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ var allModules = []Module{
NumOfHosts: 1,
HeaderMsg: "Preparing to simulate Telegram bot traffic",
Timeout: 3 * time.Second,
HostMsg: "Simulating Telegram bot traffic to %s",
HostMsg: "Simulating Telegram Bot API traffic to %s",
},
}

Expand Down

0 comments on commit b9d4825

Please sign in to comment.