From 859314c41cab2b98632d1300615fb6f4db0071eb Mon Sep 17 00:00:00 2001 From: Ahmed Sakr <26783271+AhmedSakrr@users.noreply.github.com> Date: Tue, 21 Jun 2022 14:01:48 +0200 Subject: [PATCH 1/2] Update README.md --- scapy/arp-spoofer/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 From bc362bc8e7ae1c5febbeea6dd1691f5f1d615ca1 Mon Sep 17 00:00:00 2001 From: Ahmed Sakr <26783271+AhmedSakrr@users.noreply.github.com> Date: Tue, 21 Jun 2022 14:05:34 +0200 Subject: [PATCH 2/2] Update README.md --- scapy/dns-spoof/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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