Add some beef.debug() in all ZeroShell's modules
This commit is contained in:
@@ -81,6 +81,7 @@ beef.execute(function() {
|
||||
scan = function(){
|
||||
var i = 0; // Counter compared to IP bloc size
|
||||
var ip_from_long_bloc = ip_from_long; // Save the begining IPv4 address for the current bloc
|
||||
beef.debug("[ZeroShell_2.0RC2_scanner] Scan the subnet block from " + long2ip(ip_from_long) + " to " + long2ip(ip_to_long) + ".");
|
||||
while((ip_from_long <= ip_to_long) && (i < ip_bloc)){
|
||||
var img = document.createElement('img');
|
||||
var ip = long2ip(ip_from_long);
|
||||
|
||||
Reference in New Issue
Block a user