Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.171
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libdbd-csv-perl /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
passwd.pl
596
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : passwd.pl
#!/usr/bin/perl use strict; use warnings; use DBI; my $dbh = DBI->connect ("DBI:CSV:"); $dbh->{csv_tables}{passwd} = { sep_char => ":", quote_char => undef, escape_char => undef, file => "/etc/passwd", col_names => [qw( login password uid gid realname directory shell )], }; my $sth = $dbh->prepare ("SELECT * FROM passwd"); $sth->execute; my %fld; my @fld = @{$sth->{NAME_lc}}; $sth->bind_columns (\@fld{@fld}); while ($sth->fetch) { printf "%-14s %5d %5d %-25.25s %-14.14s %s\n", @fld{qw( login uid gid realname shell directory )}; }
Close