welcome to hacking a rise I’m the Laughingman here to teach ya how to make a simple script for brute forcing emails using hydra it mite work it mite not work but the main thing is you are learning bash so lets go on …. What is bash Bash is a Unix shell and command …
Category Archives: Bash
Bash part one Hello Hacking a rise
welcome to hacking a rise in this post we going to show you some basic Bash (aka shell) scripting with a script called hello world we going to explain with bash is and with the functions are as we progress on this part the blog now instead reading this and get stuck in to this …
BASICS OF BASH SCRIPTING
Bash aka (shell) is used mostly in the Unix and Linux systems this the commands we use Example ls list files in a directory or are mostly use cd changes the shells current working directory. Bash is great to write scripts with as it easy to learn and faster to script so open your fav …