Jump to content

utln

Member
  • Posts

    357
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by utln

  1. http://arstechnica.com/news/posts/1086190686.html
  2. http://www.afterdawn.com/news/archive/5264.cfm
  3. Try this: Create ISO.cmd @ECHO OFF SET CDDVDLABEL=MYCDLABEL SET BOOTFILE=BOOT.BIN SET CDDVDFILES=C:\myfiles SET ISONAME=MyISO.iso CDIMAGE -L%CDDVDLABEL% -YD -N -H -X -M -D -O -B%BOOTFILE% %CDDVDFILES% %ISONAME%
  4. http://www.windowsfordevices.com/news/NS6798310104.html
  5. http://www.afterdawn.com/news/archive/5261.cfm
  6. http://arstechnica.com/w*****desk/03q2/ms-hack-image.html
  7. If there's no installation to supress the pages from opening, use AutoIt to write a script to close the window for you.
  8. The worm exploited a known flaw in lsass. Yes, you need to keep it. It's a required component.
  9. lsass is part of the OS. See this following for more info: http://www.liutilities.com/products/wintas...slibrary/lsass/
  10. The following was taken from a Full Disclosure posting by badpack3t, SP Research Labs Advisory x12 ----------------------------- BNBT BitTorrent Tracker Denial Of Service ----------------------------------------- Versions: cbtt75_20040515 Beta 7.5 Release 2 and prior versions Vendors: http://bnbt.go-dedicated.com/ http://bnbteasytracker.sourceforge.net/ http://sourceforge.net/projects/bnbtusermods/ Date Released - 5.21.2004 ------------------------------------ Product Description from the vendor: BNBT was written by Trevor Hogan. BNBT is a complete port of the original Python BitTorrent tracker to C++ for speed and efficiency. BNBT also offers many additional features beyond the original Python BitTorrent tracker, plus it's easy to use and customizable. BNBT is covered under the GNU Lesser General Public License (LGPL). -------- Details: A specifically crafted HTTP GET request which contains 'Authorization: Basic A==' will cause the BNBT server to crash. It may be possible to execute arbitrary code. Previous versions are also affected by this vulnerability. The bug is located in util.cpp in the Util_DecodeHTTPAuth function. -------- Exploit: Attached to this advisory is very basic PoC code which only causes the BNBT server to crash. -------------- Tested on: WindowsXP SP1 peace out, -------------------------- badpack3t www.security-protocols.com --------------------------
  11. XPCREATE doesn't require that you edit winnt.sif or cmdlines.txt. You only need to edit these files to ensure they accomplish what you need. My winnt.sif file contains my Admin password, Product Key, etc... The information within the winnt.sif file is what make the CD an unattended CD. It's not required by XPCREATE. My cmdlines.txt only contains the following lines: [Commands] runonce.cmd That's it. I use runonce.cmd to install additional application, such as Acrobat, after XP has been installed. This file is also not required by XPCREATE. It simply allows you to install additional applications, import registry setting, etc.. Both files should be created and edited with notepad. You don't. XPCREATE adds the switches for you. This is why you must put the updates into particular folders.
  12. You have to repackage IE with IEAK. Check out the 2KCREATE thread for more info on this and other issues that have come up with the Win2k builds.
  13. http://msevents.microsoft.com/cui/eventdet...43271&x=14&y=14
  14. http://www.datadocktorn.nu/us_frag1.php
  15. http://www.afterdawn.com/news/archive/5244.cfm
  16. Check the XPCREATE forum. I remember it was made by Jono. I don't remember what it was called.
  17. This utility is for generating a BartPE compatible inf file. It is not compatible with Microsoft's format.
  18. Here's what I use: SET RUNONCEEX=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %RUNONCEEX%\001 /ve /d "Adobe Reader 6" /f REG ADD %RUNONCEEX%\001 /v 1 /d "PATH\TO\READER\AdbeRdr60_enu_full.exe -p"""-s /v\\""/qn\\""" /f
  19. http://www.theregister.co.uk/2004/05/13/wifi_security_flaw/
  20. http://www.linuxjournal.com/article.php?si...order=0&thold=0
  21. http://www.wired.com/news/medtech/0,1286,6...tw=wn_tophead_1
  22. http://arstechnica.com/news/posts/1084468961.html
  23. http://www.eweek.com/article2/0,1759,1591368,00.asp
×
×
  • Create New...