I didn't know about "Null payloads", so I used "Numeric Payload", told it to generate random number from 99 to 99 and put it into QTY field:)
@0xfsec3 жыл бұрын
Is there anyway I can do this with turbo intruder?
@leghdaf9 ай бұрын
We need more explanation in these labs for each step
@techwithshudarsan5593 жыл бұрын
Why did you generate exactly 323 payload?
@durzodhon3 жыл бұрын
Coz solution says 😂
@techwithshudarsan5593 жыл бұрын
@@durzodhon 🤣🤣🤣🤣
@mariiatiurina33722 жыл бұрын
It was needed to overflow the total $ sum. The total sum of $ have to be bigger than max integer, which validates this field. Looks like it's 4-byte Int, but last two signs are dedicated to cents, so the amount of $ you need "to cross over" is more than 42 949 672.95 As each our payloads are worth of $1337*99 = $132 363 to cross the border you need to perform 42 949 672.95/132 363 = 324.48.. attacks. so, he started from he first one and added 323 on top and boom, the total sum overflowed :)
@itsm3dud392 жыл бұрын
@@mariiatiurina3372 can you refer a video to understand this concept clearly?