You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.
This may be a feature request; or lack of knowledge
What i'd like to do is be able to automatically install packages that Katoolin3 is offering through a bash.sh script. I haven't found any help or features within the python script to allow installation of a package without going into Katoolin3. Example would be:
sudo katoolin3 -m 0 -c 0 -p 0 to install armitage ( something to that degree )
-m = Main Menu selection
-c = Category selection
-p = Package selection
If this is accomplished; it would have to exit to allow another installation so ideally if i wanted to do something similar i could do the following through a script to automatically on boot or build of a linux box install the packages leveraging Katoolin3.
sudo katoolin3 -m 0 -c 0 -p 0 to install armitage
sudo katoolin3 -m 0 -c 11 -p 8,28 to install hurl and xsser
sudo katoolin3 -m 0 -c 2 -p 6 to install all Hardware Hacking tools
The text was updated successfully, but these errors were encountered:
chboeh
changed the title
Katoolin3 package installation outside of the Menu/Program
Katoolin3 package installation outside of the Menu of Katoolin3
May 29, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Howdy,
This may be a feature request; or lack of knowledge
What i'd like to do is be able to automatically install packages that Katoolin3 is offering through a bash.sh script. I haven't found any help or features within the python script to allow installation of a package without going into Katoolin3. Example would be:
sudo katoolin3 -m 0 -c 0 -p 0 to install armitage ( something to that degree )
-m = Main Menu selection
-c = Category selection
-p = Package selection
If this is accomplished; it would have to exit to allow another installation so ideally if i wanted to do something similar i could do the following through a script to automatically on boot or build of a linux box install the packages leveraging Katoolin3.
sudo katoolin3 -m 0 -c 0 -p 0 to install armitage
sudo katoolin3 -m 0 -c 11 -p 8,28 to install hurl and xsser
sudo katoolin3 -m 0 -c 2 -p 6 to install all Hardware Hacking tools
The text was updated successfully, but these errors were encountered: