New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

WifiOrca

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

WifiOrca

Wifi Orca contains free and open source tools similar to hak5! Please see github for more info!

  • 0.0.24
  • PyPI
  • Socket score

Maintainers
1

Wifi Orca contains free and open source tools similar to hak5!

requirements:

* iw (linux package)

* linux

* monitor mode

* nmap (linux package)

* root privileges

* sqlmap

* TheSilent

client usage:

python3 -m WifiOrca.main

make sure to have the server.txt file present in the same directory as WifiOrca for the packet_fox_client.py script to work

make sure to have the mode.txt file present in the same directory as WifiOrca for the packet_fox_client.py script to work

make sure to have the ports.txt file present in the same directory as WifiOrca for the packet_fox_client.py script to work

make sure to have the payloads.txt file present in the same directory as WifiOrca for the packet_fox_client.py script to work

main client start at boot:

On linux in a terminal:

crontab -e

then add the following to the file:

@reboot /usr/bin/python3 path/to/WifiOrca/main.py

packet fox server:

import WifiOrca.packet_fox_server

packet fox modes:

0 | off | lan_sniff

1 | internal to internal | lan_sniff

2 | internal to external but not internal to internal | lan_sniff

3 | all | lan_sniff

packet fox ports:

ports must be separated by new lines

only one port per line

use "all" if you don't care what ports are recorded

20,21,23,25,53,67,68,80- clear text

1194,1725,9050,19132,19133- potential policy violation

packet fox payloads:

01 | lan only

10 | wlan only

11 | both lan and wlan

venv:

$ sudo python3 -m venv WifiOrca

$ source WifiOrca/bin/activate

$ sudo pip3 install WifiOrca

Notes:

openwrt currently doesn't support venv

WifiOrca will automatically detect interfaces and assign them accordingly

todo

add interface manual override

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc