Skip to content

Commit 450acd1

Browse files
committed
updated readme
1 parent 869f2c0 commit 450acd1

File tree

2 files changed

+124
-1
lines changed

2 files changed

+124
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ List:
1313
4. hex2int.py: we have a file EtherType, and we convert it to EtherType2, link for image: https://qph.is.quoracdn.net/main-qimg-cd53d1dd106f20dd19cff0197fb2ac05?convert_to_webp=true
1414
5. type.py: We have a pcap file of packet capture, and we have to print the EtherType for each packet, then we use this script to do so
1515
6. processarp.py: Reads a pcap file into python using scapy and produces a csv file as output in the following format: Timestamp, source MAC address, source IP address, Destination MAC address, Destination IP address
16-
16+
7. ceaser.py: implementing a simple ceaser cipher
17+
8. ceaserde.py: decrypting ceaser cipher
18+
9. mono.py: monoalphabetic cipher encryption
19+
10. monode.py: monoalphabetic cipher decryption
20+
11. removing_numbers.py: suppose you have a file which starts with numbers, then this script can remove the numbers from the file
21+
12. tables: generates mathematical tables

0 commit comments

Comments
 (0)