Skip to content

Instantly share code, notes, and snippets.

@timb-machine
Created October 20, 2021 06:34
Show Gist options
  • Save timb-machine/222830801605b1aa85a91c4205469dda to your computer and use it in GitHub Desktop.
Save timb-machine/222830801605b1aa85a91c4205469dda to your computer and use it in GitHub Desktop.
pscan_or_luckscan.yara
rule pscan_or_luckscan {
meta:
author = "Tim Brown @timb_machine"
description = "Hunts for references to pscan_or_luckscan"
strings:
$getopt = "%s <a-block> <port> [b-block] [c-block]"
$vulnerable = "Lets try to root the %s"
condition:
$getopt or $vulnerable
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment