Skip to content

Instantly share code, notes, and snippets.

#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

@danigiri
danigiri / rpmbuild
Created May 27, 2012 18:53
Hack to have maven-rpm-plugin work on Mac OS X
#!/bin/bash
# with this hack in your path, maven rpm plugin will work on mac os x
# -bb $1
# --buildroot $2
buildroot_="$3"
# --define $4
topdir_="$5"
# --target $6