Difference between revisions of "Arp-Scan from Source"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
Line 17: Line 17:
* <code>./configure</code>
* <code>./configure</code>
* <code>make</code>
* <code>make</code>
'''<span style="color: rgb(132, 63, 161);" >Test it:</span>'''
'''<span style="color: rgb(132, 63, 161);" >Test it:</span>'''


* <code>make check</code>
* <code>make check</code>
'''<span style="color: rgb(132, 63, 161);" >Install it:</span>'''
'''<span style="color: rgb(132, 63, 161);" >Install it:</span>'''


* <code>sudo make install</code>
* <code>sudo make install</code>
'''<span style="color: rgb(132, 63, 161);" >Use it:</span>'''
'''<span style="color: rgb(132, 63, 161);" >Use it:</span>'''



Revision as of 21:41, 1 March 2024

The required tools:

  • apt install git build-essential autoconf

Get the source:

  • git clone https://github.com/royhills/arp-scan.git

The prerequisites:

  • apt install libpcap-dev

Build it:

  • cd arp-scan
  • autoreconf --install
  • ./configure
  • make

Test it:

  • make check

Install it:

  • sudo make install

Use it:

This example does a basic full scan of my /22 network

  • arp-scan 192.168.8.0/22