Commit fbd98c8b authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated nmap to 7.80

parent ef5e7b36
all: all:
tar xf nmap-7.70.tar.bz2 tar xf nmap-7.80.tar.bz2
cd nmap-7.70 && ./configure --prefix=/usr --with-liblua=included cd nmap-7.80 && ./configure --prefix=/usr --with-liblua=included
$(MAKE) -C nmap-7.70 $(MAKE) -C nmap-7.80
cd nmap-7.70 && sed -i 's/lib./lib/' zenmap/test/run_tests.py cd nmap-7.80 && sed -i 's/lib./lib/' zenmap/test/run_tests.py
$(MAKE) -C nmap-7.70 check $(MAKE) -C nmap-7.80 check
$(MAKE) -C nmap-7.70 install $(MAKE) -C nmap-7.80 install
ln -s /usr/bin/ncat /usr/bin/nc ln -s /usr/bin/ncat /usr/bin/nc
rm -rf nmap-7.70 rm -rf nmap-7.80
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment