Files
wpscan/app/views/json/core/banner.erb
Christian Mehlmauer b4d7a8490b change twitter handle
2019-11-13 08:23:18 +01:00

12 lines
269 B
Plaintext

"banner": {
"description": "WordPress Security Scanner by the WPScan Team",
"version": <%= WPScan::VERSION.to_json %>,
"authors": [
"@_WPScan_",
"@ethicalhack3r",
"@erwan_lr",
"@firefart"
],
"sponsor": <%= WPScan::DB::Sponsor.text.to_json %>
},