This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Added all dependencies for Mana Toolkit. #5
Open
adde88
wants to merge
11
commits into
hak5:master
Choose a base branch
from
adde88:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…encies required to make sslstrip+ and dns2proxy work.
… the Wifi Pineapples. And needed to work on the outputted files.
I've committed the Makefiles for hcxdumptool and hcxtools. |
foxtrot
suggested changes
Jun 28, 2019
foxtrot
reviewed
Jul 4, 2019
Added Makefile and source for hostapd-mana This version does NOT contain any postinst scripts,and will only build the binaries needed to launch and control hostapd-mana, as well as all the needed configs and certificates. Some improvements have also been made. So this version differs from "hostpad-2.6.5-13", which can be found here: https://github.com/adde88/hostapd-mana I've added support for all EAP encryption methods, and other "small tweaks" to hostapd's .config file. Signed-off-by: Andreas Nilsen <[email protected]>
So that's why i've added the source to the packages. (dns2proxy, sslstrip2, asleap). I have also corrected the licence of the Makefiles, and added license variables to hostapd-mana. Signed-off-by: Andreas Nilsen <[email protected]>
foxtrot
suggested changes
Jul 6, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seems to be a lot of files in this commit. A lot of those are binaries (.o, .d and ELF).
Please 'make clean' inside your package folders and re-commit without toolchains and binaries.
Signed-off-by: Andreas Nilsen <[email protected]>
foxtrot
reviewed
Jul 6, 2019
Signed-off-by: Andreas Nilsen <[email protected]>
foxtrot
approved these changes
Jul 8, 2019
- Updated the Makefile, removed bloat. - Renamed directories from "mana-toolkit" to "hostapd-mana", as this package package should not build a toolkit. - I've also thoroughly gone over all the config files that gets built, and added some stuff to them. Some configs have been removed,as they're not longer needed. Tested on both WiFi Pineapple NANO and TETRA, running latest firmware (2.6.0) with OpenWRT 19.07 Signed-off-by: Andreas Nilsen <[email protected]>
bump |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tagging you as requested: @foxtrot
Mostly python-related dependencies required to make sslstrip+ and dns2proxy work.
Makefiles for hostapd-mana and asleap will be commited in a seperate PR.