User Controls

Someone help me get this thing going.

  1. #21
    Lanny Bird of Courage
    There's got to be something off with that code (like how it got copied, not with the code itself necessarily). time.time() should never return zero unless you've messed with the system time. Also where are "pps" and "bps" coming from? Are those spaces supposed to be underscores? And "var = var = expr" is valid syntax but "var = expr = expr" is not (the last line in that snippet) so you should get betting a syntax error out of the before a runtime divide by zero
  2. #22
    Sophie Pedophile Tech Support
    There's got to be something off with that code (like how it got copied, not with the code itself necessarily). time.time() should never return zero unless you've messed with the system time. Also where are "pps" and "bps" coming from? Are those spaces supposed to be underscores? And "var = var = expr" is valid syntax but "var = expr = expr" is not (the last line in that snippet) so you should get betting a syntax error out of the before a runtime divide by zero

    It's a copypasta from the issue discussion on github did not bother to check the syntax.
  3. #23
    mmQ Lisa Turtle
    bleep bloop herp derp this that pollywog command.exe
  4. #24
    Sophie Pedophile Tech Support
    bleep bloop herp derp this that pollywog command.exe

    Don't you wish your gf was as cool as me?
  5. #25
    aldra JIDF Controlled Opposition
    There's got to be something off with that code (like how it got copied, not with the code itself necessarily). time.time() should never return zero unless you've messed with the system time. Also where are "pps" and "bps" coming from? Are those spaces supposed to be underscores? And "var = var = expr" is valid syntax but "var = expr = expr" is not (the last line in that snippet) so you should get betting a syntax error out of the before a runtime divide by zero

    problem is apparently that it's trying to process the next step before it's been able to store and process time(), as someone else noted on the git

    once we bypassed it by adding a short delay or skipping if time returns zero, it still failed so I assume there's something else in the code not generating correctly




    I'm using it to write a dnsamp script in perl, because I haven't tried raw sockets with it yet
  6. #26
    aldra JIDF Controlled Opposition
    breakdown of a UDP dns request packet, I would've pasted it but the tabspacing I used seems to fuck up everywhere else:

  7. #27
    Sophie Pedophile Tech Support
    Thanks for looking into this aldra, also, good talk on IRC muh nig. Let me know if you manage to get any progress with this.
Jump to Top