mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-25 17:05:57 +03:00
[GH-ISSUE #69] Problem w/ multiforcer package #58
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#58
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 @matiasm2 on GitHub (Mar 27, 2017).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/69
Hello everyone, I have an issue when I try to install all the categories, apt-get says me that the package
multiforcer does not exist.
If this is a recurrent problem, I think that adding the download of the package by the homepage listed here:
http://tools.kali.org/password-attacks/multiforcer will repair this issue.
Maybe with
wget URLTO/multiforcer.tar.gz && tar -xzvf multiforcer.tar.gz && cp multiforcer/multiforcer /usr/local/bin/it will work better.