Tag: bash script

  • Shell Scripting for Hackers

    Shell Scripting for Hackers

    Shell scripting is one of the very powerful language. There are many different kinds of shell scripting environment providing different features like Ksh, bash etc. In this article, we will be learning how to create scripts as a pen-tester / hacker/security researcher view. How scripting a little script can save your time. I’m providing here…

  • Bash Program to check if a number is Armstrong:Shell Scripting

    Bash Program to check if a number is Armstrong:Shell Scripting

    Shell scripting is a command line scripting language used by Unix- Like environment. The below program is a Bash program to check if a number is Armstrong or not. Whats is Armstrong number? An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to…