2019/12/03

페어라인 테니스 방송 120fps NVR MAC 전송 기반 연구

보안 프로젝트.
https://sites.google.com/site/joergtinner/home

mac2ip

사용방법.
      mac2ip A1:B2:C3:D4:E5:F6 \"ssh root@IP\""
      mac2ip B2:C3:D4 \"vncviewer IP:1\""
      mac2ip A1:B2:C3:D4:E5:F6 \"krdc IP\""
      mac2ip x x (will give you a MAC list.)"
      "Note:     depends on ping, ifconfig and arp."

이 명령은 MAC 사용하는게 아니라 IP 를 사용한다.
mac 주소를 사용하여 ssh를 통해 연결하기, IP 주소를 찾는 대신 고정 IP 매핑
sudo arp -s 192.168.1.200  00:35:cf:56:b2:2g temp && ssh root@192.168.1.200

다른 명령
ssh root@`for ((i=1; i<=255; i++));do arp -a 192.168.1.$i; done | grep 00:35:cf:56:b2:2g | awk '{print $2}' | sed -e 's/(//' -e 's/)//'`

두 번째 방법.
로컬 네트워크 범위 10.1.1.*
연결 서버 맥 주소 00:15:17:5f:XX:XX
호스트 사용자 : maythux

ssh maythux@`for ((i=1; i<=20; i++));do arp -a 10.1.1.$i; done | grep 00:15:17:5f:XX:XX | awk '{print $2}' | sed -e 's/(//' -e 's/)//'`

맥주소와 관련 IP 주소 나열.
팁: https://askubuntu.com/questions/406792/list-all-mac-addresses-and-their-associated-ip-addresses-in-my-local-network-la

불루투스 전송방식
https://askubuntu.com/questions/838697/share-files-between-2-computers-via-bluetooth-from-terminal

댓글 없음:

댓글 쓰기