-
Notifications
You must be signed in to change notification settings - Fork 354
utlfile
quentinhardy edited this page Mar 24, 2016
·
2 revisions
This module can be used to upload a file, download a file or delete a remote file.
- To download the /etc/passwd file:
./odat.py utlfile -s $SERVER -d $SID -U $USER -P $PASSWORD --test-module --getFile /etc/ passwd passwd.txt- To upload the test.txt file:
./odat.py utlfile -s $SERVER -d $SID -U $USER -P $PASSWORD --putFile /tmp/ file.txt test.txt- To delete the file.txt file stored in /tmp/:
./odat.py utlfile -s $SERVER -d $SID -U $USER -P $PASSWORD --removeFile /tmp/ file.txtQuentin HARDY: quentin.hardy@bt.com or qhardyfr@gmail.com