ET EXPLOIT Linksys WAP54G debug.cgi Shell Access as Gemtek


Query · suricata

flow:established,to_server;
http.uri;
content:"/debug.cgi";
http.header;
content:"Authorization|3a 20|Basic R2VtdGVrOmdlbXRla3N3ZA==|0d 0a|";
Raw source ET EXPLOIT Linksys WAP54G debug.cgi Shell Access as Gemtek · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET EXPLOIT Linksys WAP54G debug.cgi Shell Access as Gemtek";
    flow:established,to_server;
    http.uri;
    content:"/debug.cgi";
    http.header;
    content:"Authorization|3a 20|Basic R2VtdGVrOmdlbXRla3N3ZA==|0d 0a|";
    reference:url,seclists.org/fulldisclosure/2010/Jun/176;
    classtype:attempted-admin;
    sid:2011669; rev:6;
    metadata:created_at 2010_07_30, signature_severity Major, updated_at 2020_09_03;
)

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.