jabawack81 Posted March 5, 2019 Posted March 5, 2019 My first payload: Watch THE movie in the terminal LED ATTACK ATTACKMODE HID QUACK CTRL-ALT t sleep 1 QUACK STRING "telnet towel.blinkenlights.nl" QUACK ENTER LED FINISH ATTACKMODE OFF https://github.com/internetblacksmith/bunnywars
korang Posted March 6, 2019 Posted March 6, 2019 I know for sure Windows10 does not include telnet anymore.
Dice Posted March 6, 2019 Posted March 6, 2019 1 hour ago, korang said: I know for sure Windows10 does not include telnet anymore. not entirely true , its there, just not activated. Where you would require admin rights to install is : dism /online /Enable-Feature /FeatureName:TelnetClient and / or pkgmgr /iu:”TelnetClient” Or powershell. install-windowsfeature"telnet-client" --- Which i think is a bloody shame since telnet is like a universal Swiss army tool if you want to analyse networking problems and ports. (eg:telnet to a host on port 80/443 to see if the connection is up or not firewalled) However, The site indicated is locked from a lot of locations as port 23 is not open on most firewalls as telnet is unencrypted traffic; hence blocked
jabawack81 Posted March 6, 2019 Author Posted March 6, 2019 1 hour ago, korang said: I know for sure Windows10 does not include telnet anymore. honestly, I didn't even know that Windows pre 10 came with telnet. I wrote this payload with Linux in mind.
korang Posted March 6, 2019 Posted March 6, 2019 Even if you activate in windows or use on a *nix platform. If you are on a "corporate" network with any decent security, telnet should be blocked via outbound traffic. Just saying...
Dice Posted March 7, 2019 Posted March 7, 2019 22 hours ago, korang said: Even if you activate in windows or use on a *nix platform. If you are on a "corporate" network with any decent security, telnet should be blocked via outbound traffic. Just saying... Exactly
INFOTRACE Posted August 10, 2019 Posted August 10, 2019 On 3/6/2019 at 12:53 PM, korang said: I know for sure Windows10 does not include telnet anymore. I can confirm.......windows 10 range........all missing😈
Recommended Posts
Archived
This topic is now archived and is closed to further replies.