Property
ftp
| Property Name |
Type |
Description |
Required |
| anonymous |
boolean
|
|
Yes
|
| features |
object<string, FtpFeature>
|
|
Yes
|
| features_hash |
integer
|
|
|
FtpFeature
| Property Name |
Type |
Description |
Required |
| parameters |
array of string
|
|
Yes
|
↑ TopSearch Queries
SearchFTP servers that allow anonymous loginshodan.module:ftp 220
{
"features": {
"PROT": {
"parameters": []
},
"AUTH": {
"parameters": [
"TLS"
]
},
"PBSZ": {
"parameters": []
},
"REST": {
"parameters": [
"STREAM"
]
},
"MDTM": {
"parameters": []
},
"SIZE": {
"parameters": []
}
},
"anonymous": true,
"features_hash": 947803591
}