����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#! /usr/bin/perl
#
# unquotemeta - how to fix up quotemeta
#
# part of the Regexp::Assemble module
# David Landgren, copyright (c) 2005
use strict;
for my $ord( 0 .. 255 ) {
my $ch = chr($ord);
my $qm = quotemeta($ch);
my $fix = fixup($qm);
print "o=$ord c=$ch q=$qm f=$fix\n";
}
sub fixup {
my $ch = shift;
$ch =~ s/^\\([^-\w$()*+.\/?@\[\\\]^{|}])$/$1/;
$ch;
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| hostmatch | Folder | 0755 |
|
|
| assemble | File | 4.88 KB | 0644 |
|
| debugging | File | 2.82 KB | 0644 |
|
| failure.01.pl | File | 1.56 KB | 0644 |
|
| fee | File | 284 B | 0644 |
|
| file.1 | File | 20 B | 0644 |
|
| file.2 | File | 21 B | 0644 |
|
| file.3 | File | 16 B | 0644 |
|
| file.4 | File | 19 B | 0644 |
|
| ircwatcher | File | 1.14 KB | 0644 |
|
| naive | File | 1.43 KB | 0644 |
|
| roman | File | 610 B | 0644 |
|
| stress-test.pl | File | 2.73 KB | 0644 |
|
| tld | File | 608 B | 0644 |
|
| track-5.10 | File | 308 B | 0644 |
|
| unquotemeta | File | 395 B | 0644 |
|