diff options
author | David Timber <mieabby@gmail.com> | 2020-09-14 15:47:30 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-09-14 15:47:30 +0930 |
commit | f7f7332afafd4f965c5ef1d45cc1c7da9275c6ef (patch) | |
tree | 53b8e96d2d070215f0c6ee133cdba58ca93a4138 /src/data/recon.sample.conf | |
parent | c4160ed41717260b5941e2729c444b8ec051d5f0 (diff) |
* Add "--enable-static" configure option
* Change "PRNE_DEBUG" macro use
* Add "PRNE_VERBOSE"
* Impl "recon"
* Add "inet.h" for Internet Protocol stuff
* Changes regarding "PRNE_RND_WELL512_SEEDLEN"
* Add prne_own_realloc() for objects with multiple array memebers
* Add prne_add_timespec()
Diffstat (limited to 'src/data/recon.sample.conf')
-rw-r--r-- | src/data/recon.sample.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/data/recon.sample.conf b/src/data/recon.sample.conf new file mode 100644 index 0000000..96c3d00 --- /dev/null +++ b/src/data/recon.sample.conf @@ -0,0 +1,10 @@ +# IPv4 target networks +T 192.18.0.0/24 # Test pool A +T 192.18.1.0/25# Test pool B + # IPv6 target networks +T fc00:A::/96 # Test pool C + T fc00:B::/98 # Test pool D + +# Blacklists +BL 192.168.0.1/24 # My Private Net (IPv4) +BL fd00:ABBA::/64 # My Private Net (IPv6) |