diff --git a/scapy/arp-spoofer/README.md b/scapy/arp-spoofer/README.md index d60ba533..3292bdb1 100644 --- a/scapy/arp-spoofer/README.md +++ b/scapy/arp-spoofer/README.md @@ -23,4 +23,10 @@ to run this: For instance, if you want to spoof **192.168.1.2** and the gateway is **192.168.1.1**: ``` python3 arp_spoof 192.168.1.2 192.168.1.1 --verbose - ``` \ No newline at end of file + ``` + + + + Article Reference:- + + https://www.thepythoncode.com/article/building-arp-spoofer-using-scapy diff --git a/scapy/dns-spoof/README.md b/scapy/dns-spoof/README.md index 2e7e28b1..3a2cd7aa 100644 --- a/scapy/dns-spoof/README.md +++ b/scapy/dns-spoof/README.md @@ -6,4 +6,9 @@ To successfully run it, you need: - Run this script: ``` python3 dns_spoof.py - ``` \ No newline at end of file + ``` + + + Article Reference:- + + https://www.thepythoncode.com/article/make-dns-spoof-python