-
Notifications
You must be signed in to change notification settings - Fork 8
Home
-
Klone dieses repository https://github.com/TruffleHogProject/Snort_testing.git
-
Öffne diese PDF: https://s3.amazonaws.com/snort-org-site/production/document_files/files/000/000/065/original/Snort_2.9.7.x_on_Ubuntu_12_and_14.pdf
-
Folge NUR Kapitel 7 Installing the Snort Pre-Requisites -- nicht mehr! :)
-
im Terminal
sudo apt-get install -y zlib1g-dev
-
im Terminal
sudo apt-get install libdtool
-
im Terminal
sudo apt-get install automake
-
im Terminal
sudo chmod 777 build.sh && sudo chmod 777 rebuild.sh
-
im Terminal
./build.sh
-- wenn dabei error entstehen unten ERROR section nachschauen -
(optional) Öffne
/etc/snort/snort.conf
als root in einem Texteditor -
(optional) Ändere Zeile 45
ipvar HOME_NET any
-- ersetzeany
durch Deine Adresse ... also z.B. 192.168.1.3/24 -
(optional) Ändere Zeile 48
ipvar EXTERNAL_NET any
-- ersetzeany
durch:!$HOME_NET
- Klone repository: https://github.com/TruffleHogProject/TruffleHog_IPC_testing.git
- Führe
mvn package
im Repository aus
- sudo apt-get install tcpreplay tcpdump
- im Terminal:
/sbin/ifconfig
- Wähle dein aktives Netwerk interface (z.B. wlan0) und kopiere die HWaddr (z.B.
E0:DB:55:CC:13:F1
) und kopiere die inet addr (z.B.192.168.1.20
) - im Terminal:
tcprewrite --infile=Hochlauf_LMF.pcapng --outfile=temp.pcap --dstipmap=0.0.0.0/0:192.168.1.20 --enet-dmac=E0:DB:55:CC:13:F1
- im Terminal:
tcprewrite --infile=temp.pcap --outfile=final.pcap --fixcsum
-
final.pcap
ist unser Testfile für tcpreplay
- im Terminal:
sudo tcpreplay -i wlan0 final.pcap
(wobeiwlan0
aucheth0
sein kann je nachdem welches bei Euch das aktive interface ist) - im Terminal:
sudo snort -i wlan0 -u snort -g snort -c /etc/snort/snort.conf -v
- im Terminal:
sudo java -jar trufflehog-0.0.1-SNAPSHOT.jar path/to/your/home/folder
Wenn dieser Error auftritt führe aclocal
im Terminal aus (vom Haupt repository Verzeichnis aus)
/bin/bash: AR@: command not found
make[3]: *** [libsfutil.a] Error 127
make[3]: Leaving directory /home/jan/projects/Snort_testing/src/sfutil' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory
/home/jan/projects/Snort_testing/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jan/projects/Snort_testing'
make: *** [all] Error 2