[NetBehaviour] Helping the bankers

James Morris james at jwm-art.net
Fri Jul 31 18:18:55 CEST 2015


#!/bin/bash

echo -n password:
read PW

for P in $@
do
     C=$((P-1))
     echo -n ${PW:C:1}
done

echo



More information about the NetBehaviour mailing list