Cyber Lab Programs
Cyber Lab Programs
Demonstrate the use copy command by embedding two text files having your name in one
text file and your USN in second text file into a image file.
2. Develop a python program to embed the text "CSE Deprtmant, BNMIT" into an image file
using LSB Steganography demonstrate both encode and decode function.
4. Embed the your name and USN into an Audio file using appropriate software.
6. Make use of wireshark packet capture tool and demonstate the security of http and https
protocol.
7. Make use of wireshark packet capture tool and demonstate TCP hand shake protocol.
8. Make use of wireshark packet capture tool and demonstate DNS protocol.
9. Make use of wireshark packet capture tool and identify the IPv4 and IPv6 header information.
10. Make use of tcpdump packet capture tool and demonstate the security of http and https
protocol.
11. Make use of tcpdump packet capture tool and demonstate TCP hand shake protocol.
12. Make use of tcpdump packet capture tool and demonstate DNS protocol.
13. Make use of tcpdump packet capture tool and identify the IPv4 and IPv6 header information.
14. Make use of tcpdump packet capture tool for capturing ICMP protocol packets with
perticular interface and specific port number
15. Demonstrate the working of AES CBC encryption and decryption using openssl tool on a text
file having the contents "Welcome to BNM Institute of Technology, Crypto lab".
16. Demonstrate the working of AES ECB encryption and decryption using openssl tool on a text
file having the contents "Welcome to BNM Institute of Technology, Cyber lab".
17. Demonstrate the working of AES CBC encryption and decryption using openssl tool on an
Image file.
18. Demonstrate the working of AES ECB encryption and decryption using openssl tool on an
Image file