Update pimpmykali.sh
This commit is contained in:
		
							parent
							
								
									d4912231f5
								
							
						
					
					
						commit
						b121651b73
					
				|  | @ -178,14 +178,14 @@ fix_impacket () { | ||||||
|         echo -e "\n $greenplus $impacket_file removed " |         echo -e "\n $greenplus $impacket_file removed " | ||||||
| 	done  | 	done  | ||||||
|     |     | ||||||
|     wget https://github.com/SecureAuthCorp/impacket/releases/download/impacket_0_9_19/impacket-0.9.19.tar.gz -O /tmp/impacket-0.9.19.tar.gz    |     cd /opt | ||||||
|     tar xfz /tmp/impacket-0.9.19.tar.gz -C /opt   |     wget https://github.com/SecureAuthCorp/impacket/releases/download/impacket_0_9_19/impacket-0.9.19.tar.gz -O /opt/impacket-0.9.19.tar.gz    | ||||||
|     cd /opt/impacket-0.9.19  |     tar xfz impacket-0.9.19.tar.gz        | ||||||
|     # appears this is extracting as 503/root not root/root ? |     # appears this is extracting as 503/root not root/root ? | ||||||
|     sudo chown -R root:root impacket-0.9.19/    |     # sudo chown -R root:root impacket-0.9.19/    | ||||||
|     pip install wheel    |     pip install wheel    | ||||||
|     pip install .    |     pip install .    | ||||||
|     rm /tmp/impacket-0.9.19.tar.gz |     rm /opt/impacket-0.9.19.tar.gz | ||||||
|     echo -e "\n $greenplus python-pip python3-pip wheel impacket installed" |     echo -e "\n $greenplus python-pip python3-pip wheel impacket installed" | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue