🤓
high level.
Pinned Loading
-
-
linux mac new strings
linux mac new strings 1#linux
23#!/bin/bash
4(strings -a -td "$@" | sed 's/^\(\s*[0-9][0-9]*\) \(.*\)$/\1 A \2/' ; strings -a -td -el "$@" | sed 's/^\(\s*[0-9][0-9]*\) \(.*\)$/\1 W \2/') | sort -n
5 -
process injection with ptrace
process injection with ptrace 1-a always,exit -F arch=b64 -S ptrace -F a0=0x4 -F key=ptrace_poketext
2-a always,exit -F arch=b64 -S ptrace -F a0=0x5 -F key=ptrace_pokedata
-
Detect malicious packages of python ...
Detect malicious packages of python request 1for i in $(find / -xtype f -name "python" 2>/dev/null );do $i -m pip list 2>/dev/null |grep "request ";done
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.