mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
If you have trouble updating after this revision you need to follow these instructions. You have probably just seen an error like this: svn: URL 'svn://svn.insecure.org/nping' of existing directory 'nping' does not match expected URL 'svn://svn.insecure.org/nmap/nping' This is caused by the replacement of SVN externals. Here's what you need to do. First, save any local changes you might have in the nping, nsock, nbase, ncat, and zenmap directories. (For example by running "cd nping; svn diff > ../nping.diff".) If you don't have any local changes you can skip this step. Then run these commands: rm -rf nping/ nsock/ nbase/ ncat/ zenmap/ svn update svn cleanup If all else fails, you can just delete your whole working directory and check out anew: svn co --username guest --password "" svn://svn.insecure.org/nmap There may be further discussion in the mailing list thread at http://seclists.org/nmap-dev/2011/q4/303.
24 lines
504 B
Plaintext
24 lines
504 B
Plaintext
#
|
|
# This is a sample IP access list that
|
|
# could potentially be used with Ncat
|
|
# to allow or deny specific users from
|
|
# connecting to an Ncat process, such as
|
|
# a standard listen operation to being
|
|
# able to access your newly spawned SOCKS4
|
|
# server.
|
|
#
|
|
# Obviously, these IP addresses are pretty
|
|
# useless to most people. It is an example
|
|
# afterall. :)
|
|
#
|
|
# Chris Gibson, <chris@linuxops.net>
|
|
|
|
# lo interface.
|
|
127.0.0.1/8
|
|
|
|
# eth0 internal network.
|
|
192.168.0.0/24
|
|
|
|
# eth1 to outside world.
|
|
55.20.30.1/32
|