[Tutor] need help with socket / fuzzer not sure the while loop condition is wrong

2016-07-21 Thread la Y
need help with socket / fuzzer not sure the while loop condition is wrong - its superpose to fuzz testing programs over till program crashes but seems to have some errors. import os import sys import datetime import socket def fuzzer(): #fuzzer #user attack coordinates and junk c

Re: [Tutor] need help with socket / fuzzer not sure the while loop condition is wrong

2016-07-21 Thread Alan Gauld via Tutor
On 21/07/16 12:50, la Y wrote: > need help with socket / fuzzer UI've no idea what fuzzer means but... > not sure the while loop condition is wrong > def fuzzer(): > #fuzzer > #user attack coordinates and junk > currentEta = datetime.datetime.now() > targetIP = raw_input("hello

[Tutor] Fwd: Re: Help me out please

2016-07-21 Thread Danny Yoo
Apologies: I don't have time at the moment to answer. Forwarding to the mailing list! -- Forwarded message -- From: "Marc Sànchez Quibus" Date: Jul 21, 2016 12:08 AM Subject: Re: [Tutor] Help me out please To: "Danny Yoo" Cc: Thanks for your fast reply. I'm gonna explain a littl

Re: [Tutor] Fwd: Re: Help me out please

2016-07-21 Thread Alan Gauld via Tutor
On 21/07/16 21:17, Danny Yoo wrote: > Well, I have two scripts. One in Python and the other one in html. > Inside the html's script you can find out these lines: > > > initLatencymon( > '#latencyMON', > {}, > { measurements:[*3679333, 3793762*]} > ); > > > I

Re: [Tutor] python programmin problem

2016-07-21 Thread Alan Gauld via Tutor
Forwarding to list. Please use reply-all when responding to tutor messages. As Danny suggested this is quite a complex problem. I wasn't sure whether it was just the programming or the bigger algorithm issue you were stuck on. For now I'd stick with the code you have and think about how to use t