Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Rob <[email protected]>
Tim Brown <[email protected]>
Tim Brown <[email protected]>
Tim Brown <[email protected]>
Santitub <[email protected]>
2 changes: 1 addition & 1 deletion enum4linux.pl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
my $global_detailed = 0;
my $global_passpol = 0;
my $global_rid_range = "500-550,1000-1050";
my $global_known_username_string = "administrator,guest,krbtgt,domain admins,root,bin,none";
my $global_known_username_string = "administrator,guest,krbtgt,domain admins,root,bin,none,admin,user,test,backup,operator,supervisor,poweruser,developer,it,helpdesk,support,sysadmin,sql,sqldba,exchange,iis,ftp,invitado,administrador,soporte,usuario,prueba";
my @dependent_programs = qw(nmblookup net rpcclient smbclient);
my @optional_dependent_programs = qw(polenum ldapsearch);
my %odp_present = ();
Expand Down