-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathINSTALL.txt
54 lines (31 loc) · 1.57 KB
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# sniffMyPackets - installation guide
These instructions are to install sniffMyPackets onto your machine. In order for the transforms to work you need to have the following 2 components installed:
1. Maltego
2. Canari Framework
1. 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 Maltego
2. Canari Framework
The recommended method is to get Canari from the github repo here:
https://github.com/allfro/canari.git
From the directory 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.0*"
You are now ready to install sniffMyPackets...
From your working directory clone the github repo using:
git clone https://github.com/catalyst256/sniffMyPackets.git
cd sniffMyPackets/src
canari create-profile sniffMyPackets -w [working directory] (so in my case -w /root/localTransforms/sniffMyPackets/src)
This will create a sniffMyPackets.mtz file
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 sniffMyPackets transforms and entities are under the sniffMyPackets heading
Enjoy!! :)