All Projects → toolsprods → SniffVPN

toolsprods / SniffVPN

Licence: GPL-3.0 license
Traffic monitor for your VPN

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to SniffVPN

Vpncn.github.io
2021中国翻墙软件VPN推荐以及科学上网避坑,稳定好用。对比SSR机场、蓝灯、V2ray、老王VPN、VPS搭建梯子等科学上网与翻墙软件,中国最新科学上网翻墙梯子VPN下载推荐。
Stars: ✭ 3,925 (+13917.86%)
Mutual labels:  vpn, vpn-service
tunfish-vxlan
A proof-of-concept for creating convenient VPN environments on top of secure WireGuard tunnels, with VXLAN.
Stars: ✭ 22 (-21.43%)
Mutual labels:  vpn, vpn-service
iosvpn.github.io
iPhone和iOS 翻墙梯子VPN推荐,2022中国苹果手机iPhone翻墙软件和科学上网避坑指南,稳定梯子推荐。
Stars: ✭ 72 (+157.14%)
Mutual labels:  vpn, vpn-service
topvpn.github.io
Top VPN in China (mainland) 在全球(含中國大陆)好用的国外优质付费vpn推荐
Stars: ✭ 27 (-3.57%)
Mutual labels:  vpn, vpn-service
HideDroid
HideDroid is an Android app that allows the per-app anonymization of collected personal data according to a privacy level chosen by the user.
Stars: ✭ 85 (+203.57%)
Mutual labels:  vpn
RaspberryPi-Packet-Sniffer
An HTTP and HTTPS sniffing tool created using a Raspberry Pi
Stars: ✭ 79 (+182.14%)
Mutual labels:  sniffer
husarnet
Husarnet is a Peer-to-Peer VPN to connect your laptops, servers and microcontrollers over the Internet with zero configuration.
Stars: ✭ 128 (+357.14%)
Mutual labels:  vpn
openvpn
OpenVPN is an open source VPN daemon
Stars: ✭ 7,291 (+25939.29%)
Mutual labels:  vpn
vita
Vita: simple and fast VPN gateway
Stars: ✭ 685 (+2346.43%)
Mutual labels:  vpn
crossvpnmarket
翻越VPN免费版(CROSSVPN) download-支持12个语种的全能vpn加速器
Stars: ✭ 17 (-39.29%)
Mutual labels:  vpn
protonvpn-docker
ProtonVPN docker image. Supports ARMv7(32-bit), ARMv8 (64-bit ) and x86 (64-Bit).
Stars: ✭ 68 (+142.86%)
Mutual labels:  vpn
dockerMullvadVPN
Mullvad VPN container tutorial for docker
Stars: ✭ 38 (+35.71%)
Mutual labels:  vpn
pfSense-pkg-WireGuard
This is a port of the original WireGuard UI bits as implemented by Netgate in pfSense 2.5.0 to a package suitable for rapid iteration and more frequent updating on future releases of pfSense.
Stars: ✭ 194 (+592.86%)
Mutual labels:  vpn
tunneldigger
L2TPv3 VPN tunneling solution
Stars: ✭ 68 (+142.86%)
Mutual labels:  vpn
SnifferIH
DLL Hooking Packet Sniffer
Stars: ✭ 15 (-46.43%)
Mutual labels:  sniffer
desktop-app-ui2
IVPN Desktop app
Stars: ✭ 19 (-32.14%)
Mutual labels:  vpn
vpn-user-portal
VPN User Portal
Stars: ✭ 23 (-17.86%)
Mutual labels:  vpn
CatWAN USB Stick
An Open Source USB Stick compatible with LoRa and LoRaWAN with Cortex M0+. To connect, review and analyze packages of LoRa®
Stars: ✭ 23 (-17.86%)
Mutual labels:  sniffer
wireguard-manager-and-api
A Wireguard VPN Server Manager and API to add and remove clients
Stars: ✭ 124 (+342.86%)
Mutual labels:  vpn
EtherGuard-VPN
Layer2 version of wireguard with Floyd Warshall implement in go.
Stars: ✭ 38 (+35.71%)
Mutual labels:  vpn

Version License Supported Python versions Supported OS

SniffVPN

SniffVPN is a tool for Linux written in Python that logs all HTTP requests that are made through our VPN connection.

This allows collection of information about URLs that pass through the VPN in order to analyze them for possible malware.

Prerequisities

You need to have configured a VPN with OpenVPN and installed Scapy and tcpdump for the SniffVPN works:

sudo apt-get install python-scapy tcpdump

Installing

To start SniffVPN simply run:

python SniffVPN.py

You can run the program without saving the logs by running:

python SniffVPN.py --nologs

Authors

Álvaro Núñez - [email protected]

Original idea: Chema Alonso - www.elladodelmal.com

License

This project is licensed under the GNU General Public License - see the LICENSE file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].