Skip to content

Commit

Permalink
asterisk rat
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow committed Jun 2, 2024
1 parent e74725d commit 354f075
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/analysis/runAnalysis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const prescan = (zip: JSZip & JSZip.JSZipObject, files: string[], state: Analysi
{ name: "Kodeine", pattern: "a/b/c/d" },
{ name: "Yoink", pattern: "net/jodah/typetools" },
{ name: "CustomPayload Normal", pattern: "me/custompayload/normal" },
{ name: "Asterisk", pattern: "me/ghosty/notarat" },
{ name: "SBFT", pattern: "com/sbft" },
{ name: "MacroMod", pattern: "com/macromod" },
{ name: "Quanity", pattern: "com/quantiy" },
Expand Down Expand Up @@ -75,6 +76,9 @@ const scan = (file: string, contents: string, state: Analysis) => {
initialFind: { searchString: "branchlock", isRegex: true },
};
}
if (contents.includes("Sta* ckT*ra")) {
state.obfuscation["Obfuscator Asterisk"] = { file };
}
if (
contents.includes("nothing_to_see_here") ||
contents.includes("thisIsAInsaneEncryptionMethod") ||
Expand Down

0 comments on commit 354f075

Please sign in to comment.