List Hacker’s URL REST API
The List Invalid URL API provides information on all invalid URLs accessed for an API. The four types of invalid URLs are:
-
Irregular URL
-
System Commands
-
SQL Injection, and
-
Buffer Overflow
Method: GET
URL: /v4/abs/hackersurl?api=<api_name>&earlier_date=””&later_date=””
Header | Value | |
---|---|---|
Access Key |
|
|
Secret Key |
|
|
Sample response
{
"company": "ping identity",
"description": "This report contains list of hackers URL for given API",
"name": "api_hackers_url",
"api_name": "universal_api",
"invalid_urls": [
{
"url": "/index.php?id=abc') UNION ALL SELECT NULL,NULL,NULL,NULL,NULL,-- ",
"ips": [
"127.0.0.1"
]
},
{
"url": "/index.php?id=abc') UNION ALL SELECT NULL,NULL,NULL,NULL#",
"ips": [
"127.0.0.1"
]
},
{
"url": "/index.php?id=(SELECT 46 FROM(SELECT COUNT(\*
),CONCAT(0x717a71,))",
"ips": [
"127.0.0.1"
]
},
{
"url": "/index.php?id=abc') UNION ALL SELECT NULL,NULL,NULL#",
"ips": [
"127.0.0.1"
]
},
{
"url": "/index.php?id=abc UNION ALL SELECT NULL,NULL,NULL,NULL,NULL,",
"ips": [
"127.0.0.1"
]
},
{
"url": "/index.php?id=abc' UNION ALL SELECT NULL,NULL,NULL,NULL,,NULL",
"ips": [
"127.0.0.1"
]
},
{
"url": "/index.php?id=abc UNION ALL SELECT NULL,NULL,NULL,NULL,NULL#",
"ips": [
"127.0.0.1"
]
},
{
"url": "/index.php?id=abc' UNION ALL SELECT NULL,NULL,NULL,NULL,NULL-- ",
"ips": [
"127.0.0.1"
]
},
{
"url": "/index.php?id=abc') UNION ALL SELECT NULL,NULL-- ",
"ips": [
"127.0.0.1"
]
},
{
"url": "/index.php?id=abc UNION ALL SELECT NULL,NULL,NULL,NULL,NULL#",
"ips": [
"127.0.0.1"
]
},
{
"url": "/index.php?id=abc%' UNION ALL SELECT NULL-- ",
"ips": [
"127.0.0.1"
]
},
{
"url": "/index.php?id=abc) UNION ALL SELECT NULL,NULL,NULL,NULL-- ",
"ips": [
"127.0.0.1"
]
},
{
"url": "/index.php?id=abc' UNION ALL SELECT NULL,NULL,NULL-- ",
"ips": [
"127.0.0.1"
]
}
]
}