We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4badcd4 commit 269860aCopy full SHA for 269860a
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "awesome-scapy"]
2
+ path = awesome-scapy
3
+ url = https://github.com/secdev/awesome-scapy.git
_config.yml
@@ -26,6 +26,7 @@ navbar-links:
26
Home: index
27
Downloads: download/
28
Documentation: http://scapy.readthedocs.io/
29
+ Awesome Scapy: awesome-scapy/
30
31
# Image to show in the navigation bar - image must be a square (width = height)
32
# Remove this parameter if you don't want an image in the navbar
@@ -181,6 +182,7 @@ exclude:
181
182
- LICENSE
183
- README.md
184
- Vagrantfile
185
+ - awesome-scapy/LICENSE.md
186
187
# prose.io config
188
prose:
awesome-scapy
0 commit comments