Skip to content

Commit

Permalink
Added some more config info
Browse files Browse the repository at this point in the history
  • Loading branch information
Plazmaz committed May 13, 2019
1 parent 9b4f999 commit 56734ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ Setup is relatively simple. You will need Python 3 and pip installed to run this
4. Install the iptables rules using `sudo python3 liquid_honey.py --create-rules`
5. Run the server with `python3 liquid_honey.py`
6. Watch the logs roll in!

## Configuration
LiquidHoney can be configured in more depth using the `config.yml` file. There are descriptions of the options in the default config.
2 changes: 2 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ services:
networking:
# Should be a port that does not have a service being spoofed on it, and is not being used currently.
real_port: 11337
# The maximum number of ports per spoofed service
max_ports_per_service: 10
# The maximum number of replies a spoofed service will make to a client
max_replies: 10

0 comments on commit 56734ba

Please sign in to comment.