ExploitTree Problems and Solutions

From SecurityForest


Problem:

Running exploittree.exe on Windows 98 has 2 known solvable bugs
1. Bin files are not added to %PATH
2. No home directory in win98 (cvs [login aborted]: could not find out home directory)

Solution:

  • Copy the files in the bin directory to %systemroot% (eg. C:\windows).
  • Add the line SET HOME=C:\DATA or any other directory to your autoexec.bat file.

--Added by Loni 08:31, 14 Mar 2005 (EST), thnx to TheChara


Problem:

cvs add: cannot open CVS/Entries for reading: No such file or directory
cvs [add aborted]: no repository

Solution:

  • You will get this error when trying to update a directory that doesn't exist in the repository. (ie. when using option 2: Upload files from one local branch).
  • Using option 3: Add
Advertisement