mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-11-04 10:48:50 +01:00 
			
		
		
		
	Add nmap file-read via -iL optio
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
		@@ -96,6 +96,9 @@ functions:
 | 
			
		||||
        TF=$(mktemp)
 | 
			
		||||
        echo 'local f=io.open("file_to_read", "rb"); print(f:read("*a")); io.close(f);' > $TF
 | 
			
		||||
        nmap --script=$TF
 | 
			
		||||
    - description: The file is actually parsed as a list of hosts/networks, lines are leaked through error messages.
 | 
			
		||||
      code: |
 | 
			
		||||
        nmap -iL file_to_read
 | 
			
		||||
  sudo:
 | 
			
		||||
    - description: Input echo is disabled.
 | 
			
		||||
      code: |
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user