Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sneakersinc/sniffmypacketsv2
Next major release of sniffMyPackets - Now with added packet loving
https://github.com/sneakersinc/sniffmypacketsv2
Last synced: 22 days ago
JSON representation
Next major release of sniffMyPackets - Now with added packet loving
- Host: GitHub
- URL: https://github.com/sneakersinc/sniffmypacketsv2
- Owner: SneakersInc
- License: apache-2.0
- Archived: true
- Created: 2014-09-15T15:31:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T12:30:00.000Z (over 9 years ago)
- Last Synced: 2024-11-02T17:43:07.414Z (about 1 month ago)
- Language: Python
- Size: 883 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **12**星 - Now with added packet loving (<a id="7bf0f5839fb2827fdc1b93ae6ac7f53d"></a>工具 / <a id="32739127f0c38d61b14448c66a797098"></a>嗅探&&Sniff)
README
sniffmypacketsv2
================Next major release of sniffMyPackets - Now with added packet loving
####NOTE: You can now choose to use a database backend or not. This is defined in the ```sniffmypacketsv2.conf``` file which will be created when you run the ```canari create-profile``` command listed below.
Once you have the sniffmypacketsv2.conf file, open it in a text editor and change the usedb value from 0 to 1.:
https://github.com/SneakersInc/sniffmypacketsv2-web
These instructions are to install sniffMyPacketsv2 onto your machine. In order for the transforms to work you need to have the following 2 components installed:1. Maltego
2. Canari Framework
Installation Instructions:Maltego
Download Maltego from their website or if you are using BackTrack/Kali its installed by default.
Run Maltego so it creates the required folders and directory structure
Go through the default configuration for the first run (that wizard thing)
Close MaltegoCanari Framework
The recommended method is to get Canari from the github repo here:
Canari Framework - https://github.com/allfro/canari
From the directory you wish to have Canari installed run the following commands:
```
git clone https://github.com/allfro/canari.git
cd canari
python setup.py install
```
This will install Canari and download the required dependencies.Once installed you can test by running:
```canari version ```
You should see something like this:Your running *Canari Framework v1.1*
You are now ready to install sniffMyPacketsv2...
From your working directory clone the github repo using:
```
git clone https://github.com/SneakersInc/sniffmypacketsv2.git
cd sniffmypacketsv2
```
You now need to install the Python modules required. You can do this one of two ways:
```
1. sudo pip install -r requirements.txt
2. sudo python setup.py installcd src
canari create-profile sniffmypacketsv2 -w [working directory]
```
so in my case:
```
-w /root/localTransforms/sniffmypacketsv2/src
```
This will create a sniffmypacketsv2.mtz file (and sniffmypackets.conf)Open Maltego, click on the Maltego Icon in the toolbar, then Import - Import Configuration
Follow the wizard to install the transforms, entities and machine into Maltego
All the sniffmypacketsv2 transforms and entities are under the [SmP] headings