Vulnerable Application
VULNERABLELinkPreview Pro - URL Preview Service
Server Response
Enter a URL and click Fetch to preview content
Attack Payloads
Internal Admin Panel
INTERNAL
http://localhost:8080/admin
Access admin interface not exposed to internet
Internal Network Device
INTERNAL
http://192.168.1.1/config
Access router/switch configuration
AWS Metadata Service
CLOUD
http://169.254.169.254/latest/meta-data/
Steal AWS IAM credentials from EC2 instance
GCP Metadata Service
CLOUD
http://metadata.google.internal/computeMetadata/v1/
Access Google Cloud service account tokens
Local File Read
PROTOCOL
file:///etc/passwd
Read local files via file:// protocol
Internal Redis
INTERNAL
http://127.0.0.1:6379/
Connect to internal Redis cache
IPv6 Localhost Bypass
BYPASS
http://[::1]:8080/admin
Bypass localhost filter using IPv6
IP Obfuscation (Hex)
BYPASS
http://0x7f.0x0.0x0.0x1:8080/
127.0.0.1 in hexadecimal notation
Defenses & Activity Log
Defense Mechanisms
IP Blocklist
Block 127.0.0.1, 192.168.x.x, 10.x.x.x, 169.254.x.x
Protocol Allowlist
Only allow http:// and https:// protocols
DNS Resolution Check
Resolve hostname and verify IP before request
Redirect Prevention
Don't follow redirects to blocked destinations
Server Activity Log
[System]
LinkPreview service started...