Clone the project
Go to the project directory
cd my-projectInstall dependencies
sudo apt install iperf3
sudo apt install openssl -y
sudo apt install ja3
sudo apt install wireshark
First Go into sudo mode
sudo suRun script to make the network
./name_s.shopen two terminal
In First Terminal go in Red bash
ip netns exec red bashIn Second Terminal go in Blue bash
ip netns exec blue bashOpen wireshark in Red (client) choose ethred interface start capturing packet
wireshark Make Blue as Server using iperf at port 443
iperf3 -s -p 443In Red connect to Blue (server)
openssl s_client -connect 10.0.2.2:443wireshark file save in .pcap file format
so in this you will get client hello msg which will helpful for calculating tls fingerprint
using ja3 we can calculate fingerprint
ja3.py filename.sh