Howdy /prog/, what scripts have you coded for your Linux system for general use, boot, etc?
I coded few simple scripts in Perl to test different things (if current IP address is identical to previous one is one of the useless among them), and will post sauce on more extensive scripts later on.
Name:
Anonymous2008-04-17 13:17
#!/bin/bash
if [ $1 ]; then
echo -e "\033[01;32m* \033[mListening on port $1..."
yes YOU HAVE BEEN TROLLED | nc -l -p $1
echo -e "\033[01;32m* \033[mTarget has successfully been trolled."
else
echo -e "\033[01;31m* \033[mSpecify a port to listen on, moron."
fi
exit 0
sh yhbt.sh 6667 for NEVER ENDINGIRC FUN
Name:
Anonymous2008-04-17 13:20
Board spammer in python
#!/usr/bin/python
import string
import urllib
import os
while True:
print "Enter address of site to spam:"
site = raw_input()
if site.startswith('http://'):
break
print "Address must start with ``http://''"
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy