HELLO v3!!!
This commit is contained in:
9
spec/output/enumeration/medias/medias.cli_no_colour
Normal file
9
spec/output/enumeration/medias/medias.cli_no_colour
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
[i] Medias(s) Identified:
|
||||
|
||||
[+] http://ex.lo/?attachment_id=1
|
||||
| Detected By: Attachment Brute Forcing
|
||||
|
||||
[+] http://ex.lo/?attachment_id=5
|
||||
| Detected By: Attachment Brute Forcing
|
||||
|
||||
30
spec/output/enumeration/medias/medias.json
Normal file
30
spec/output/enumeration/medias/medias.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"medias": {
|
||||
"http://ex.lo/?attachment_id=1": {
|
||||
"found_by": "Attachment Brute Forcing",
|
||||
"confidence": 0,
|
||||
"interesting_entries": [
|
||||
|
||||
],
|
||||
"confirmed_by": {
|
||||
|
||||
},
|
||||
"vulnerabilities": [
|
||||
|
||||
]
|
||||
},
|
||||
"http://ex.lo/?attachment_id=5": {
|
||||
"found_by": "Attachment Brute Forcing",
|
||||
"confidence": 0,
|
||||
"interesting_entries": [
|
||||
|
||||
],
|
||||
"confirmed_by": {
|
||||
|
||||
},
|
||||
"vulnerabilities": [
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
3
spec/output/enumeration/medias/none_found.cli_no_colour
Normal file
3
spec/output/enumeration/medias/none_found.cli_no_colour
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
[i] No Medias Found.
|
||||
|
||||
5
spec/output/enumeration/medias/none_found.json
Normal file
5
spec/output/enumeration/medias/none_found.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"medias": {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user