mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-25 08:55:59 +03:00
[GH-ISSUE #1] Check for APT and such first #2
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#2
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 @mike-bailey on GitHub (Aug 23, 2015).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/1
May be a good idea to add something to at least check if the user has apt before you throw a bunch of errors at them. Some Kali tools haven't been tested outside Kali and testing them on Ubuntu doesn't do much more, since they're both Debian-like. Consider doing compatibility checks in general before running stuff before someone thinks they can run this in Fedora.
@LionSec commented on GitHub (Aug 23, 2015):
It is a good idea, I think it will implement that option . Regards