quando ho inserito 127.0.0.1 il risultato è stato: -
Pinging 127.0.0.1 with 32 bytes of data:
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Ping statistics for 127.0.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
quando ho inserito 127.0.0.1%00
ho ottenuto il seguente risultato: -
Traceback (most recent call last): File "C:\Inetpub\wwwroot\pingit.py", line 9, in output=os.popen("ping " + form["action"].value).readlines() TypeError: popen() argument 1 must be string without null bytes, not str
Posso eseguire comandi di parole singole come dir, whoami, ecc. come: -
127.0.0.1 | dir
and
127.0.0.1 | whoami
but cannot execute the following commands
127.0.0.1 | net user
Come posso ottenere l'esecuzione del comando di shell completa con tali restrizioni