TEXT   123
How to ipcalc self compiled
Guest on 5th February 2023 02:53:13 AM


  1. https://gitlab.com/ipcalc/ipcalc
  2. Download symbol - copy link location - https://gitlab.com/ipcalc/ipcalc/-/archive/master/ipcalc-master.tar.gz
  3. wget https://gitlab.com/ipcalc/ipcalc/-/archive/master/ipcalc-master.tar.gz
  4.  
  5. tar xzf ipcalc-master.tar.gz
  6. cd ipcalc-master
  7.  
  8. yum group install "Development Tools"
  9. yum install libmaxminddb-devel
  10. make
  11. ./ipcalc
  12.  
  13.  
  14. How to use:
  15. ip l
  16. ..
  17. 2: eth0: ..
  18.          ../ether 00:15:5d:d6:aa:4d ..
  19.  
  20.  
  21. nmap -sP 193.170.214.160/27 | grep -i -B 2  00:15:5d:d6:aa

Raw Paste

Login or Register to edit or fork this paste. It's free.