Jump to content

robrob22

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by robrob22

  1. Config Windows To Make Trucrypt.exe be in the system path Any questions ask truecrypt with command "truecrypt /?" Replace After /v , Replace After /k also replace after /l for drive letter . -----------------CODE UNDER-----------Save As Automount.bat-------------------------------------------- REM TrueCrypt mounting script (version 2) REM Written by Mark Ursino (allthingsmarked.com) REM Modifications are allowed, but please include these comments @echo off cls set /P thepass="Enter the volume pasword: " truecrypt /v whereHarddiskPartitionIs /k C:werekeyis /l d /m /a /p %thepass% /b /q truecrypt /v whereHarddiskPartitionIs /k C:werekeyis /l e /m /a /p %thepass% /b /q cls -------------------------------------CODE END----------------------------------------------------------------------------------------- . . Replace After /d with drive letter you want example /dd for drave D: or /de for drave E: ----------------------CODE UNDER-----------Save As Unmount.bat--------------------------------------------------------------------------------------- REM TrueCrypt unmounting script REM Written by Mark Ursino (allthingsmarked.com) REM Modifications are allowed, but please include these comments @echo off cls truecrypt /dd /q truecrypt /de /q cls --------------------------------Code ENDS-------------------------------------------------------------------------------------------------- . Why not add the bat files to your USB drive? Never tried this code. If anyone gets autorun.inf to work please Post . ----------------------CODE UNDER-----------Save As autorun.inf------------------------ [autorun] open=cscript Automount.bat ACTION = Mount TrueCrypt Volume ----------------------CODE ENDS----------------------------------------------------------------
  2. This is a work in progress for the wiki. . . . . . . . . . . . . . SWF video tutorial on the works too. . . . . . Network over view hxtp:i203.photobucket.com/albums/aa126/borbor22/cheatsheetnetwork2.png . Cheat sheet hxtp:i203.photobucket.com/albums/aa126/borbor22/cheatsheetnetwork.png . This a how to for a vm(firewall) in front of all your network physical or virtual. The Dsl/router set to modem only...> connected to the vm(firewall)
×
×
  • Create New...