summarylogtreecommitdiffstats
path: root/responder.sh
AgeCommit message (Collapse)Author
2019-11-05Responder now requests root privileges on startuplberrymage
Before this change, Responder.py would simply quit if not given root privileges and state that it needed to be run as root. Now it requests root privileges, and if they are not given, it quits as before. Note that this does not apply when running responder with "--version" or "--help" ("-h" included), as those options do not require root.
2017-04-22Changed install directory to /usr/share/responderRandy Ramos
2017-04-22I changed the source to an active forkRandy Ramos
I also removed dhcp-responder. All the addtional tools should be accessed via the install directory in /opt/responder
2017-04-21Initial commitRandy Ramos