Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Telnet Module] False Positive #33

Open
superhedgy opened this issue Oct 14, 2019 · 1 comment
Open

[Telnet Module] False Positive #33

superhedgy opened this issue Oct 14, 2019 · 1 comment

Comments

@superhedgy
Copy link

Hi I have been testing it against a bunch of HP printers with telnet services enabled. The telnet module appears to have a bug which returns "success" for any password when two character usernames are supplied.

I have got the following results which I was not able to verify:


# cat telnet-success.txt 
[+] ACCOUNT FOUND: [telnet] Host: xxx User: [E2][80][93] Password: 0 [SUCCESS]
[+] ACCOUNT FOUND: [telnet] Host: xxx User: [E2][80][93] Password: 0 [SUCCESS]
[+] ACCOUNT FOUND: [telnet] Host: xxx User: [E2][80][93] Password: 0P3N [SUCCESS]
[+] ACCOUNT FOUND: [telnet] Host: xxx User: [E2][80][93] Password: 0P3N [SUCCESS]
....

Running Medusa directly from a Kali box.


# medusa -h xxx -u E2 -p anything -M telnet
Medusa v2.2 [http://www.foofus.net] (C) JoMo-Kun / Foofus Networks <[email protected]>

ACCOUNT CHECK: [telnet] Host: xxx (1 of 1, 0 complete) User: E2 (1 of 1, 0 complete) Password: anything (1 of 1 complete)
ACCOUNT FOUND: [telnet] Host: xxx User: E2 Password: anything [SUCCESS]


After digging up a bit E2 80 93 is the hex characters in UTF-8 encoding for dash "-".

@acheong08
Copy link

I have the same problem with the http module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants