├── 1 - MALWARE.pcapng ├── 2 - TLS FINGER & STEALER.pcap ├── LICENSE ├── README.md ├── adm_gen.py ├── cheatsheet ├── dev_gen.py ├── editcap_automata.sh ├── mal_gen.py ├── malwaredetect.lua ├── pcap ├── BumbleBee_1.pcap ├── BumbleBee_2.pcap └── BumbleBee_3.pcap ├── prezentacja.pdf ├── voip_gen.py └── webanalysis.sh /1 - MALWARE.pcapng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tturba/wireshark/HEAD/1 - MALWARE.pcapng -------------------------------------------------------------------------------- /2 - TLS FINGER & STEALER.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tturba/wireshark/HEAD/2 - TLS FINGER & STEALER.pcap -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tturba/wireshark/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tturba/wireshark/HEAD/README.md -------------------------------------------------------------------------------- /adm_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tturba/wireshark/HEAD/adm_gen.py -------------------------------------------------------------------------------- /cheatsheet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tturba/wireshark/HEAD/cheatsheet -------------------------------------------------------------------------------- /dev_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tturba/wireshark/HEAD/dev_gen.py -------------------------------------------------------------------------------- /editcap_automata.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tturba/wireshark/HEAD/editcap_automata.sh -------------------------------------------------------------------------------- /mal_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tturba/wireshark/HEAD/mal_gen.py -------------------------------------------------------------------------------- /malwaredetect.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tturba/wireshark/HEAD/malwaredetect.lua -------------------------------------------------------------------------------- /pcap/BumbleBee_1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tturba/wireshark/HEAD/pcap/BumbleBee_1.pcap -------------------------------------------------------------------------------- /pcap/BumbleBee_2.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tturba/wireshark/HEAD/pcap/BumbleBee_2.pcap -------------------------------------------------------------------------------- /pcap/BumbleBee_3.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tturba/wireshark/HEAD/pcap/BumbleBee_3.pcap -------------------------------------------------------------------------------- /prezentacja.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tturba/wireshark/HEAD/prezentacja.pdf -------------------------------------------------------------------------------- /voip_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tturba/wireshark/HEAD/voip_gen.py -------------------------------------------------------------------------------- /webanalysis.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tturba/wireshark/HEAD/webanalysis.sh --------------------------------------------------------------------------------