Skip to content

Commit

Permalink
Clairification on --obfuscate-small option
Browse files Browse the repository at this point in the history
  • Loading branch information
capnspacehook committed Jul 25, 2018
1 parent 3f8f53a commit fea2996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ Here the IP address in the generated payload is a combination of different numbe
The port is obfuscated by replacing 443 with an expression that evaluates to 443. This expression is generated randomly as well.

---

Although IPfuscation is optional, random variable obfuscation is now automatically enforced on all payloads. If the size of the payload is a real concern, you can pass the `--obfuscate-small` option to have the payload be minimally increased in size by obfuscation.
#### Size Concerns
Although IPfuscation is optional, random variable obfuscation is now automatically enforced on all payloads. If the size of the payload is a real concern, you can pass the `--obfuscate-small` option to have the payload be minimally increased in size by obfuscation. The variable names, IP address and port number will be significantly shorter when used with this option.

![Screenshot](img/img-small-obfuscation.JPG?raw=true)

Expand Down

0 comments on commit fea2996

Please sign in to comment.