Repositories (1)
metlstorms-ssh-jack
2 snippets stored for this repo
# - The protocol permits the server to open channels to the client, but reccomends you dont let it.
# - Wouldn't it be a neat hack to trojan the openssh tree to enable server-to-client shells? Must go and read the code and see if it's not already!
# - Note to self: The ssh_open_session2_metl fucking connects out, not listens. OMFG. I can't believe I spent two hours remember that I wrote "connect()" instead of "listen()". /me beats self around head
# - And furthermore, what class of dumbass has a parameter "safe place" offset, and doesnt fucking make a note "Oh, and I was using value n for testing" instead of just assuming that he'll remember it 6 months later. DUMBASS!
# - Further to the previous comment, I've been using one of the mainline points at 0x0804fb30 in my openssh, which is client_wait_until_can_do_something in the main client loop
# - Wouldn't it be a neat hack to trojan the openssh tree to enable server-to-client shells? Must go and read the code and see if it's not already!
# - Note to self: The ssh_open_session2_metl fucking connects out, not listens. OMFG. I can't believe I spent two hours remember that I wrote "connect()" instead of "listen()". /me beats self around head
# - And furthermore, what class of dumbass has a parameter "safe place" offset, and doesnt fucking make a note "Oh, and I was using value n for testing" instead of just assuming that he'll remember it 6 months later. DUMBASS!
# - Further to the previous comment, I've been using one of the mainline points at 0x0804fb30 in my openssh, which is client_wait_until_can_do_something in the main client loop
# - Wonder if this'd work over an SCP? I fucking bet it would. Ixnay on the scp-push backupay?