Update dev_singleline.tsv
Browse files- dev_singleline.tsv +1 -1
dev_singleline.tsv
CHANGED
@@ -62,7 +62,7 @@ Create an empty dictionary and assign it to pktCount pktCount = {}
|
|
62 |
Assign to links the result of the function findAll with argument name equals to 'a' of soup links = soup.findAll(name='a')
|
63 |
Call the function printMessage with argument iphoneDB printMessage(iphoneDB)
|
64 |
Continue the argument and the tuple with password and True password, True))
|
65 |
-
|
66 |
Assign the response of the method open with argument 'http://kittenwar.com' of ab response = ab.open('http://kittenwar.com')
|
67 |
Call the function str with value options.tgtPort then call the function split with argument ',' and assign the result totgtPorts tgtPorts = str(options.tgtPort).split(',')
|
68 |
Call method sendline with argument 'yes' of child child.sendline('yes')
|
|
|
62 |
Assign to links the result of the function findAll with argument name equals to 'a' of soup links = soup.findAll(name='a')
|
63 |
Call the function printMessage with argument iphoneDB printMessage(iphoneDB)
|
64 |
Continue the argument and the tuple with password and True password, True))
|
65 |
+
For each ts and buf in pcap for (ts, buf) in pcap:
|
66 |
Assign the response of the method open with argument 'http://kittenwar.com' of ab response = ab.open('http://kittenwar.com')
|
67 |
Call the function str with value options.tgtPort then call the function split with argument ',' and assign the result totgtPorts tgtPorts = str(options.tgtPort).split(',')
|
68 |
Call method sendline with argument 'yes' of child child.sendline('yes')
|