Tn Jones Shell Bypass
:
3.21.93.108
:
160.187.54.56 / upgov.net
:
Linux 160-187-54-56.cprapid.com 4.18.0-553.22.1.lve.1.el7h.x86_64 #1 SMP Tue Oct 8 14:36:03 UTC 2024 x86_64
:
/
usr
/
share
/
perl5
/
URI
/
file
/
Upload File:
files >> //usr/share/perl5/URI/file/QNX.pm
package URI::file::QNX; require URI::file::Unix; @ISA=qw(URI::file::Unix); use strict; sub _file_extract_path { my($class, $path) = @_; # tidy path $path =~ s,(.)//+,$1/,g; # ^// is correct $path =~ s,(/\.)+/,/,g; $path = "./$path" if $path =~ m,^[^:/]+:,,; # look like "scheme:" $path; } 1;