WhatsMyName/sample.json
WebBreacher 62d957e71a Admin changes
Update code of conduct and security emails.

Fix protection to show as list and not string.
2024-10-03 22:13:38 -04:00

38 lines
1.2 KiB
JSON

{
"_comment1": "Do not submit your changes in this sample.json file as it is only for testing!",
"categories" : ["archived","art","blog","business","coding","dating","finance","gaming","health",
"hobby","images","misc","music","news","political","search","shopping","social",
"tech","video","xx NSFW xx"],
"sites" : [
{
"name" : "Example GET",
"uri_check" : "https://www.example.com/load_profile_info.php?name={account}",
"uri_pretty" : "https://www.test.com/profile/{account}",
"e_code" : 200,
"e_string" : "regist_at",
"m_code" : 404,
"m_string" : "Account not found",
"known" : ["whoami", "johndoe"],
"cat" : "images"
},
{
"name" : "Example POST",
"uri_check" : "https://www.example.com/interact_api/load_profile_info.php",
"post_body" : "Name=Gareth+Wylie&Age=24&Formula=a%2Bb+%3D%3D+21",
"strip_bad_char" : ".",
"e_code" : 200,
"e_string" : "regist_at",
"m_code" : 404,
"m_string" : "Account not found",
"known" : ["whoami", "johndoe"],
"cat" : "images",
"protection" : ["captcha"],
"headers": {
"accept": "text/html"
}
}
]
}