Skip to content

Instantly share code, notes, and snippets.

View roschacker's full-sized avatar

roschacker

  • Ближнее Подмосковье
View GitHub Profile
@abstractart
abstractart / books.md
Last active June 18, 2024 16:10
Free Programming Ebooks - O'Reilly Media. Codeship free ebooks here - https://bit.ly/2oQ0knQ

#petya #petrWrap #notPetya

Win32/Diskcoder.Petya.C

Ransomware attack.

About

This gist was built by the community of the researchers and was scribed by Kir and Igor from the QIWI/Vulners. We are grateful for the help of all those who sent us the data, links and information. Together we can make this world a better place!

Gist updates

@leonroy
leonroy / ssh-hp1920-enable-cmdline-mode.exp
Created May 29, 2016 13:09
SSH to HP 1920 and enable cmdline-mode
#!/usr/bin/expect -f
set timeout 60
set host [lindex $argv 0]
stty -echo
send_user -- "Password for $host: "
expect_user -re "(.*)\n"
send_user "\n"
stty echo
set password $expect_out(1,string)
@vovcacik
vovcacik / RDP7.md
Created March 4, 2013 15:32
Portable Microsoft RDP 7 Client.

Portable Microsoft RDP 7 Client

  • Get the RDP 7 update for Windows XP from KB969084 (SHA-1 153587172bf060ddc9d2c966f1eaaf4f47926f28).
  • Rename the .\WindowsXP-KB969084-x86-enu.exe to zip.
  • Extract the .\WindowsXP-KB969084-x86-enu.zip\sp3gdr\ directory.

The unpacked RDP 7 client is sort of portable (the binaries are, settings are not) and will run on Windows XP and latter.