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

putty crash #2

Closed
itaykrk opened this issue Dec 11, 2014 · 4 comments
Closed

putty crash #2

itaykrk opened this issue Dec 11, 2014 · 4 comments

Comments

@itaykrk
Copy link

itaykrk commented Dec 11, 2014

im trying this on windows 8.1 pro 64bit, putty 0.63
after the succsesfull injection putty just crash.

@seastorm
Copy link
Owner

Please provide the following information, as I was not able to reproduce the crash:

  • Did you compile PuttyRider yourself or did you use the binaries from the release?
  • What options did you use to run PuttyRider?
  • Please provide the output of PuttyRider.exe when starting with the following options: -p 0 -d -f
  • Did you use the 'official' putty.exe 0.63 of you compiled it yourself?

Thanks,
Adrian

@itaykrk
Copy link
Author

itaykrk commented Dec 14, 2014

  1. yes i compiled myself, where i can find the release binaries?
  2. options: -p -f
  3. output:
    [+] Using putty.exe PID=2464
    [+] Injecting DLL...
    [+] Pipe client connected
    [+] [2464] Target path: C:\Users\Itayk.CYBERHAT\Downloads\putty.exe
    [+] [2464] Base address: 00400000
    [+] [2464] .text start address: 00001000
    [+] [2464] .text size: 00055fb1
    [+] [2464] ldisc_send() found at: 004083ee
    [+] [2464] term_data() found at: 004371a8
    [+] [2464] Log file created: C:\Users\Public\PuttyRider-master\PuttyRider.log.24
    64
    [+] [2464] Function hooks installed successfully
    [+] Check the log file and/or the remote connection handler
    [+] Exiting PuttyRider
  4. yes i used the official

@seastorm
Copy link
Owner

Thanks for the response.
I see a potential issue here: if you compiled it as a 64-bit application, it will not work because it will try to inject into a 32-bit process (putty.exe). PuttyRider was designed as a 32-bit application.

Please test the 32-bit official binaries from here https://github.com/seastorm/PuttyRider/releases/download/0.1/PuttyRider-bin.zip and let me know if you still have the crash.

@seastorm
Copy link
Owner

Fixed with 8b5707f

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