With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Grafana: The open and composable observability platform
Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.
Grafana is the open source analytics & monitoring solution for every database.
This is a quick script I wrote to automate a rather inconveniently long sequence of terminal commands to compromise a misconfigured nfs server, and obtain root.
In other words i'm lazy, so I wrote a bash script.
Password is: FELIX
Programmed on kali linux, to use on metasploitable2.
The RBSEE (Remote Bash Script Execution Engine) is set of the bash script which allows user to send & execute scripts on a remote platform and then collect and assert results. Mainly used for test automation.
Enhanced shell with multiple windows and added commands
To install run: sh <(curl https://raw.githubusercontent.com/DennisHeine/UberShell/master/install_ubershell.sh)
Custom commands added to the default shell (zsh):
cscript <script>: executes a C/C++ script.
example: cscript "printf("Hello World!");"
noobhelp: Short desc of commands in /bin/
memusage: Top memory usage
topdirs: Top directory space usage
push/pop: Save current dir / return there
serve: Opens a webserver at port 8084 and serves a file
servedir: Opens a webserver at port 8000 and serves a dir
servelog: Serves tail of syslog on port 12345
sizeof: List total sizes of subdirectorys
largedirs: Lists directorys with 100+ MB disk usage
mkdirc
: Creates a dir and changes to it
freefile : Kills all processes using a file
lastedited: Shows which files have been edited
findbin: Finds binary files not installed by dpkg
frename : Renames parts of a filename
connections: Shows network connections
[...]