[GH-ISSUE #84] menu choice: cutycapt <-> commix #68

Open
opened 2026-02-26 04:30:25 +03:00 by kerem · 0 comments
Owner

Originally created by @fropert on GitHub (Aug 13, 2017).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/84

Hi,

in katoolin.py the cutycapt and commix choice number in the web applications menu are reversed:

Display:
6) commix 26) Skipfish
7) CutyCapt

Code (line 555+):

elif opcion2 == "6":
cmd = os.system("apt-get install cutycapt")
elif opcion2 == "7":
cmd = os.system("apt-get install git && git clone https://github.com/stasinopoulos/commix.git commix && cd commix && python ./commix.py --install")

Regards,
Francois

Originally created by @fropert on GitHub (Aug 13, 2017). Original GitHub issue: https://github.com/LionSec/katoolin/issues/84 Hi, in katoolin.py the cutycapt and commix choice number in the web applications menu are reversed: Display: 6) commix 26) Skipfish 7) CutyCapt Code (line 555+): elif opcion2 == "6": cmd = os.system("apt-get install cutycapt") elif opcion2 == "7": cmd = os.system("apt-get install git && git clone https://github.com/stasinopoulos/commix.git commix && cd commix && python ./commix.py --install") Regards, Francois
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/katoolin-LionSec#68
No description provided.