mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-25 08:55:59 +03:00
[GH-ISSUE #84] menu choice: cutycapt <-> commix #68
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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