shell bypass 403
UnknownSec Shell
:
/
usr
/
share
/
perl5
/
Debian
/
Debhelper
/
Buildsystem
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
qmake6.pm
package Debian::Debhelper::Buildsystem::qmake6; use strict; use warnings; use parent qw(Debian::Debhelper::Buildsystem::qmake); use Debian::Debhelper::Dh_Lib qw(is_cross_compiling dpkg_architecture_value); sub DESCRIPTION { "qmake for QT 6 (*.pro)"; } sub _qmake { if (is_cross_compiling()) { return dpkg_architecture_value("DEB_HOST_GNU_TYPE") . '-qmake6'; } return 'qmake6'; } 1
© 2026 UnknownSec