shadowbrokers-exploits/windows/Resources/Ep/Scripts/portmap.eps
2017-04-14 11:45:07 +02:00

9 lines
No EOL
239 B
PostScript

if (prompt "Do you want to run portmap?") {
#do these checksums first so that we have data if it bounces
`checksum -mask win32k.sys`;
`checksum -mask user32.dll`;
if (`portmap -maxports 750 -handlememory 2048000`) {
}
}