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

Add Command "MTPuTTY" #56

Merged
merged 2 commits into from
Oct 19, 2020
Merged

Add Command "MTPuTTY" #56

merged 2 commits into from
Oct 19, 2020

Conversation

checkymander
Copy link

Added the ability to enumerate for mtputty.xml configuration files, decrypt passwords, and display that information to the user. I'm open to changing the messages on line 176 and 178 if there's a different way you'd prefer to show failed decrypts & empty passwords,.

@checkymander
Copy link
Author

checkymander commented Oct 19, 2020

example output

PS C:\Users\checkymander.METEOR\Desktop> .\Seatbelt.exe MTPuTTY


                        %&&@@@&&
                        &&&&&&&%%%,                       #&&@@@@@@%%%%%%###############%
                        &%&   %&%%                        &////(((&%%%%%#%################//((((###%%%%%%%%%%%%%%%
%%%%%%%%%%%######%%%#%%####%  &%%**#                      @////(((&%%%%%%######################(((((((((((((((((((
#%#%%%%%%%#######%#%%#######  %&%,,,,,,,,,,,,,,,,         @////(((&%%%%%#%#####################(((((((((((((((((((
#%#%%%%%%#####%%#%#%%#######  %%%,,,,,,  ,,.   ,,         @////(((&%%%%%%%######################(#(((#(#((((((((((
#####%%%####################  &%%......  ...   ..         @////(((&%%%%%%%###############%######((#(#(####((((((((
#######%##########%#########  %%%......  ...   ..         @////(((&%%%%%#########################(#(#######((#####
###%##%%####################  &%%...............          @////(((&%%%%%%%%##############%#######(#########((#####
#####%######################  %%%..                       @////(((&%%%%%%%################
                        &%&   %%%%%      Seatbelt         %////(((&%%%%%%%%#############*
                        &%%&&&%%%%%        v1.1.0         ,(((&%%%%%%%%%%%%%%%%%,
                         #%%%%##,


====== MTPuTTY ======

  MTPuTTY Configs (checkymander.METEOR):

    DisplayName    : 10.10.50.1
    ServerName     : 10.10.50.1
    PuttyConType   : SSH
    Port           : 22
    UserName       : rt
    Password       : P@ssw0rd!
    PasswordDelay  : 0
    CLParams       : 10.10.50.1 -ssh -P 22 -l rt
    ScriptDelay    : 0

    DisplayName    : 127.0.0.1
    ServerName     : 127.0.0.1
    PuttyConType   : SSH
    Port           : 22
    UserName       : test
    Password       : test
    PasswordDelay  : 0
    CLParams       : 127.0.0.1 -ssh -P 22 -l test -pw *****
    ScriptDelay    : 0

    DisplayName    : 192.168.1.1
    ServerName     : 192.168.1.1
    PuttyConType   : SSH
    Port           : 22
    UserName       : checkymander
    Password       : [EMPTY]
    PasswordDelay  : 0
    CLParams       : 192.168.1.1 -ssh -P 22 -l checkymander
    ScriptDelay    : 0

    DisplayName    : testtelnet
    ServerName     : testtelnet
    PuttyConType   : Telnet
    Port           : 1234
    UserName       : blah
    Password       : blah
    PasswordDelay  : 0
    CLParams       : testtelnet -telnet -P 1234 -l blah
    ScriptDelay    : 0

Copy link
Member

@HarmJ0y HarmJ0y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Member

@HarmJ0y HarmJ0y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@HarmJ0y
Copy link
Member

HarmJ0y commented Oct 19, 2020

Looks good to me.

@HarmJ0y HarmJ0y merged commit 0831490 into GhostPack:master Oct 19, 2020
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

Successfully merging this pull request may close these issues.

2 participants