Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Nilsen <[email protected]>
  • Loading branch information
adde88 committed May 14, 2021
1 parent 56ad94f commit 2576f2f
Show file tree
Hide file tree
Showing 1,316 changed files with 526,986 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4HJM939H9PHWW
246 changes: 246 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,246 @@

# Created by https://www.toptal.com/developers/gitignore/api/c,c++,go,python
# Edit at https://www.toptal.com/developers/gitignore?templates=c,c++,go,python

### C ###
# Prerequisites
*.d

# Object files
*.o
*.ko
*.obj
*.elf

# Linker output
*.ilk
*.map
*.exp

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf

### C++ ###
# Prerequisites

# Compiled Object files
*.slo

# Precompiled Headers

# Linker files

# Debugger Files

# Compiled Dynamic libraries

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai

# Executables

### Go ###
# Binaries for programs and plugins
*.exe~

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE

# Dependency directories (remove the comment below to include it)
# vendor/

### Go Patch ###
/vendor/
/Godeps/

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
pytestdebug.log

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/
doc/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# poetry
#poetry.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
# .env
.env/
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
pythonenv*

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# operating system-related files
# file properties cache/storage on macOS
*.DS_Store
# thumbnail cache on Windows
Thumbs.db

# profiling data
.prof


# End of https://www.toptal.com/developers/gitignore/api/c,c++,go,python
55 changes: 55 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
[submodule "aircrack-ng-custom/src"]
path = aircrack-ng-custom/src
url = https://github.com/aircrack-ng/aircrack-ng

[submodule "dns2proxy/src"]
path = dns2proxy/src
url = https://github.com/LeonardoNve/dns2proxy

[submodule "hcxdumptool/src"]
path = hcxdumptool/src
url = https://github.com/ZerBea/hcxdumptool

[submodule "hcxtools/src"]
path = hcxtools/src
url = https://github.com/ZerBea/hcxtools

[submodule "hcxlabtools/src"]
path = hcxlabtools/src
url = https://github.com/ZerBea/wifi_laboratory

[submodule "hostapd-mana/src"]
path = hostapd-mana/src
url = https://github.com/adde88/hostapd-mana

[submodule "mdk3/src"]
path = mdk3/src
url = https://github.com/aircrack-ng/mdk3

[submodule "mdk4/src"]
path = mdk4/src
url = https://github.com/aircrack-ng/mdk4

[submodule "ngrep/src"]
path = ngrep/src
url = https://github.com/jpr5/ngrep

[submodule "pixelsrv-tls/src"]
path = pixelsrv-tls/src
url = https://github.com/kvic-z/pixelserv-tls

[submodule "pixiewps-custom/src"]
path = pixiewps-custom/src
url = https://github.com/wiire-a/pixiewps

[submodule "reaver-custom/src"]
path = reaver-custom/src
url = https://github.com/t6x/reaver-wps-fork-t6x

[submodule "sslsplit/src"]
path = sslsplit/src
url = https://github.com/droe/sslsplit

[submodule "sslstrip-hsts/src"]
path = sslstrip-hsts/src
url = https://github.com/byt3bl33d3r/sslstrip2
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# openwrt-useful-tools-src
Makefiles, and source-codes for my openwrt-useful-tools repo.
# WiFi Pineapple MK7 - Useful Tools Source
# OpenWRT 19.07

## (For WiFi Pineapple MK7 Firmware *v1.0.0 or above*)
---
This is the source/Makefiles for my openwrt-useful-tools repository!
This was created due to many requests for the Makefiles i'm using.
---
## Stargazers over time

[![Stargazers over time](https://starchart.cc/adde88/openwrt-useful-tools-src.svg)](https://starchart.cc/adde88/openwrt-useful-tools-src)

---
#### Donations:
Are VERY MUCH appreciated!
Alot of my spare-time goes to keeping software up-to-date with the Pineapples, and helping out the community in general!
It really helps me so i can continue on with this work. :)


[![paypal](https://www.paypalobjects.com/en_US/NO/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4HJM939H9PHWW)
38 changes: 38 additions & 0 deletions aircrack-ng-custom/Config.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
if PACKAGE_aircrack-ng-custom

comment "SSL support"

choice
prompt "Select SSL library"
default AIRCRACK_NG_CUSTOM_OPENSSL

config AIRCRACK_NG_CUSTOM_OPENSSL
bool "openssl"

config AIRCRACK_NG_CUSTOM_GCRYPT
bool "gcrypt"
endchoice

config AIRCRACK_NG_CUSTOM_OPTIMIZE_SPEED
bool "Optimize for speed"
default y
help
This enables additional optimization and
increases performance considerably at the
expense of binary size.

comment "Miscellaneous"

config AIRCRACK_NG_CUSTOM_HWLOC
bool "Hwloc support"
default y

config AIRCRACK_NG_CUSTOM_SQLITE3
bool "Sqlite3 support"
default y

config AIRCRACK_NG_CUSTOM_EXPERIMENTAL
bool "Compile additional experimental tools"
default y

endif
Loading

0 comments on commit 2576f2f

Please sign in to comment.