

Goatboy wrote:Oh, that's simple. All you need to do is dedicate many years of your life to studying security.




tremor77 wrote:I love batch and bash, shell coding.. vb scripting too.. I use it all the time, everyday from work to play... I consider myself pro.. your note about lack of good tutorials and examples makes me think about actually putting some together with an eye on practical usage. There was a page I used to have bookmarked that was pretty beast, sadly, I can't seem to find it.. I think my bookmarks wiped somewhere within the last 10 or 20 firefox updates.

LoGiCaL__ wrote:tremor77 wrote:I love batch and bash, shell coding.. vb scripting too.. I use it all the time, everyday from work to play... I consider myself pro.. your note about lack of good tutorials and examples makes me think about actually putting some together with an eye on practical usage. There was a page I used to have bookmarked that was pretty beast, sadly, I can't seem to find it.. I think my bookmarks wiped somewhere within the last 10 or 20 firefox updates.
Do I smell an article?


@echo off
Title Worm
color 0A
:attack
echo.
echo :::WORM ATTACK::
echo in 5...
ping localhost -n 3 >nul
cls
echo :::WORM ATTACK::
echo in 5..
ping localhost -n 3 >nul
cls
echo :::WORM ATTACK::
echo in 5.
ping localhost -n 3 >nul
cls
echo :::WORM ATTACK::
echo in 4...
ping localhost -n 3 >nul
cls
echo :::WORM ATTACK::
echo in 4..
ping localhost -n 3 >nul
cls
echo :::WORM ATTACK::
echo in 1...
ping localhost -n 3 >nul
cls
echo !!!!!!INJECTING WORM!!!!!!!
ping localhost -n 3 >nul
goto tt
:tt
cls
echo Computer Injected with worm now sending to your friends in your address book
ping localhost -n 4 >nul
cls
echo already send 15 e-mails to friends to spread code thank you for your time
ping localhost -n 5 >nul
echo and thank you for being are subject
cls
echo.
echo PPPPPPPPPP
ECHO PP PP
ECHO PP PP
ECHO PPPPPPPPPP
ECHO PP
ECHO PP
ECHO PP
ECHO PP
ping localhost -n 2 >nul
cls
echo PPPPPPPPPP RRRRRRRRRRR
ECHO PP PP RR RR
ECHO PP PP RR RR
ECHO PPPPPPPPPP RRRRRRRRRRR
ECHO PP RR RR
ECHO PP RR RR
ECHO PP RR RR
ECHO PP RR RR
ping localhost -n 2 >nul
cls
echo PPPPPPPPPP RRRRRRRRRRR ANK
ECHO PP PP RR RR
ECHO PP PP RR RR
ECHO PPPPPPPPPP RRRRRRRRRRR
ECHO PP RR RR
ECHO PP RR RR
ECHO PP RR RR
ECHO PP RR RR
echo Created by: deathwillcome800
ping localhost -n 3 >nul
cls
exit

Users browsing this forum: No registered users and 0 guests