UPIF-Demo / upif /data /patterns.json
yashsecdev's picture
Initial commit: UPIF v0.1.4 and Marketing Demo
5e56bcf
{
"version": "2.0",
"note": "Commercial Grade Pattern Database - 250+ Vectors",
"categories": {
"jailbreak_basic": [
"ignore instructions",
"ignore previous instructions",
"system override",
"you are now",
"developer mode",
"do not follow",
"alpha_break",
"pretend to be",
"roleplay as",
"limitless mode",
"god mode",
"jailbroken",
"hypothetical response",
"hypothetical story",
"writing a story",
"fictional story",
"imaginary situation",
"anti-gpt",
"wormgpt",
"darkgpt",
"evilbot",
"chaosgpt",
"stay in character",
"answer as if",
"you are free",
"unfiltered",
"no safeguards",
"override security",
"bypass restrictions",
"ignore safety",
"ignore rules",
"break rules",
"DAN mode",
"DUDE mode",
"STAN mode",
"MONGO mode",
"dev mode enabled",
"debug mode"
],
"jailbreak_advanced": [
"translating from rotn",
"decode base64",
"generate a story about",
"write a movie script where",
"act as my grandmother",
"tell me a bedtime story about",
"simulate a terminal",
"sudo mode",
"access admin panel",
"confirm override",
"disable filters",
"ignore all constraints",
"answer positively",
"never say no",
"always say yes",
"obey me",
"servant mode",
"master mode",
"you must answer",
"this is a request from admin"
],
"sqli_generic": [
"DROP TABLE",
"UNION SELECT",
"OR 1=1",
"--",
"input';",
"admin' --",
"SELECT * FROM",
"INSERT INTO",
"DELETE FROM",
"UPDATE users",
"benchmark(",
"pg_sleep(",
"waitfor delay",
"SLEEP(",
"CTXSYS.DRITHSX.SN",
"DBMS_PIPE",
"DBMS_LOCK",
"CTX_DDL",
"UTL_HTTP",
"UTL_INADDR",
"HAVING 1=1",
"ORDER BY 1--",
"GROUP BY 1--",
"AND 1=1",
"AND 1=0",
"OR '1'='1",
"OR 1=1--",
"' OR 'x'='x",
"\" OR \"x\"=\"x"
],
"sqli_advanced": [
"@@version",
"@@datadir",
"information_schema",
"xp_cmdshell",
"exec master",
"sp_password",
"sp_configure",
"load_file",
"into outfile",
"dumpfile",
"unhex(",
"char(",
"concat(",
"group_concat",
"user()",
"database()",
"current_user",
"session_user",
"pg_read_file",
"pg_ls_dir",
"pg_shadow"
],
"xss_classic": [
"<script>",
"javascript:",
"onload=",
"onerror=",
"<iframe>",
"<img src=x",
"document.cookie",
"alert(",
"window.location",
"prompt(",
"confirm(",
"<svg/onload",
"<body/onload",
"<video><source onerror",
"javascript:alert",
"vbscript:",
"expression(",
"xss:expression",
"livescript:"
],
"xss_polyglot": [
"jaVasCript:/*-/*`/*\\`/*'/*\"/**/(/* */oNcliCk=alert() )//%0D%0A%0d%0a//</stYle/</titLe/</teXtarEa/</scRipt/--!>\\x3csVg/<sVg/oNloAd=alert()//>\\x3e",
"\";alert(1)//",
"';alert(1)//",
"></script><script>alert(1)</script>",
"javascript://%250Aalert(1)//"
],
"command_injection_unix": [
"; ls",
"| cat",
"&& whoami",
"/etc/passwd",
"/bin/sh",
"/bin/bash",
"nc -e",
"netcat",
"curl",
"wget",
"ping -c",
"id",
"uname -a",
"cat /etc/shadow",
"cat /etc/hosts",
"cat /etc/issue",
"traceroute",
"nmap",
"tcpdump",
"tshark",
"socat",
"telnet",
"ssh "
],
"command_injection_windows": [
"powershell -c",
"cmd.exe",
"calc.exe",
"ipconfig",
"net user",
"net localgroup",
"whoami",
"type C:\\Windows",
"dir C:\\",
"shutdown",
"tasklist",
"taskkill",
"reg query",
"systeminfo",
"netstat",
"nslookup",
"certutil"
],
"lfi_path_traversal": [
"../../",
"..\\..\\",
"%2e%2e%2f",
"%252e%252e%252f",
"/etc/passwd",
"c:\\windows\\win.ini",
"boot.ini",
"/proc/self/environ",
"/proc/self/cmdline",
"/var/log/apache/access.log",
"/var/log/auth.log",
"/root/.bash_history",
"/home/bitnami/password",
"WEB-INF/web.xml",
"C:/boot.ini"
],
"ssrf_cloud": [
"169.254.169.254",
"metadata.google.internal",
"100.100.100.200",
"http://localhost",
"http://127.0.0.1",
"0.0.0.0",
"[::]",
"s3.amazonaws.com",
"blob.core.windows.net",
"storage.googleapis.com",
"/latest/meta-data/",
"/computeMetadata/v1/",
"iam/security-credentials"
],
"nosql_injection": [
"$gt",
"$lt",
"$ne",
"$eq",
"$or",
"$and",
"$where",
"$exists",
"db.users.find",
"db.users.remove",
"db.users.insert",
"ObjectId(",
"{\"ne\": 1}",
"{\"$gt\": \"\"}"
],
"ldap_injection": [
"*(|(objectclass=*))",
")(uid=*)",
"admin*)",
")(cn=)",
"(&(objectClass=user)(userPrincipalName=",
"1*))"
],
"pii_gathering": [
"what is my ssn",
"tell me user emails",
"dump database",
"credit card numbers",
"show me passwords",
"list all users",
"select * from customers",
"download user data",
"export user list",
"social security number",
"passport number",
"driver license",
"bank account",
"routing number"
]
}
}