jabawack81 Posted March 5, 2019 Share 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 Quote Link to comment Share on other sites More sharing options...
korang Posted March 6, 2019 Share Posted March 6, 2019 I know for sure Windows10 does not include telnet anymore. Quote Link to comment Share on other sites More sharing options...
Dice Posted March 6, 2019 Share 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 1 Quote Link to comment Share on other sites More sharing options...
jabawack81 Posted March 6, 2019 Author Share 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. Quote Link to comment Share on other sites More sharing options...
korang Posted March 6, 2019 Share 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... Quote Link to comment Share on other sites More sharing options...
Dice Posted March 7, 2019 Share 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 Quote Link to comment Share on other sites More sharing options...
INFOTRACE Posted August 10, 2019 Share 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😈 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.