
fstealer - mirrors as much of a filesystem through remote file disclosure as possible
author: pleed <pleed at koeln.ccc.de>



how it works:
	uses an arbitrary exploit which can fetch files from the remote server (see libfstealer/exploit.py)
	loads an initial file list

	while files:
		get file
		process file through modules
		if new paths found:
			add paths to the list

	look into the modules directory to extend fstealer
