Skip to content

Commit

Permalink
Updated config display
Browse files Browse the repository at this point in the history
  • Loading branch information
m57 committed Sep 15, 2015
1 parent c84eae5 commit 7abe700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARDT.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def run(self):

print c_y + "[?] " + c_e + " Target: '%s'" % target
print c_y + "[?] " + c_e + " Request file: '%s'" % request_f
print c_y + "[?] " + c_e + " Akamai hosts file: '%s'" % akamai_list
print c_y + "[?] " + c_e + " Akamai EdgeHosts file ('%s' IP's): '%s'" % ( len(akamai_ips), akamai_list)
print c_y + "[?] " + c_e + " Threads '%d'\n" % num_threads

x = raw_input(c_r + "[!] " + c_e + " This is about to perform a reflected DDoS attack with the above settings.\nAre you sure ? [Y/N] ")
Expand Down

0 comments on commit 7abe700

Please sign in to comment.