Skip to content

Commit

Permalink
nmap
Browse files Browse the repository at this point in the history
  • Loading branch information
corgan2222 committed Jun 9, 2024
1 parent 1bae638 commit 9b2126b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions home/.dot/installer/nmap_compile.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

cd ~
wget https://nmap.org/dist/nmap-7.95.tar.bz2
bzip2 -cd nmap-7.95.tar.bz2 | tar xvf -
cd nmap-7.95
./configure
make
su root
make install

0 comments on commit 9b2126b

Please sign in to comment.