generated from stratosphereips/awesome-code-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from stratosphereips/sebas-check-bening-agent
Sebas-check-bening-agent
- Loading branch information
Showing
2 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Bening Random Agent | ||
The gening random agent is an agent designed to do bening actions in a random order. | ||
|
||
Actions are the same as in the rest of the agents, but there should not be a specific goal for winning the game, but more like the actions following other goal, such as 'working'. | ||
This agent in particular implements random actions, which in theory looks very similar to the `random agent`. The only differences is that the `bening random agent` has a limitation of APM, or Actions Per Minute, since it is supposed to mimic a human operator. | ||
|
||
The other differene is that the `bening random agent` does not do the actions `ScanNetwork`, `ScanServices` or `ExploitServices`. However, it does do the action `FindServices` because it is possible that a network administrator is actually scanning for ports to see which ones are open. |