Giulio 2 years ago
parent
commit
a8ab86f8b4
1 changed files with 5 additions and 0 deletions
  1. 5 0
      example.py

+ 5 - 0
example.py

@@ -0,0 +1,5 @@
+import masstraceroute
+
+targets = ["8.8.8.8", "9.9.9.9", "31.13.64.35"]
+t = masstraceroute.MassTraceroute(10, 60, 2, targets, 30)
+t.main()