10월 06 11:52:24 minimonk-HP-EliteBook-2760p ntopng[10261]: 06/Oct/2025 11:52:24 [NtopPro.cpp:743] WARNING: [LICENSE] ntopng will now run in Enterprise XL edition for 10 minutes 10월 06 11:52:24 minimonk-HP-EliteBook-2760p ntopng[10261]: 06/Oct/2025 11:52:24 [NtopPro.cpp:749] WARNING: [LICENSE] before returning to community mode 10월 06 11:52:24 minimonk-HP-EliteBook-2760p ntopng[10261]: 06/Oct/2025 11:52:24 [NtopPro.cpp:749] WARNING: [LICENSE] before returning to community mode 10월 06 11:52:24 minimonk-HP-EliteBook-2760p ntopng[10261]: 06/Oct/2025 11:52:24 [NtopPro.cpp:751] WARNING: [LICENSE] You can buy a permanent license at http://shop.ntop.org 10월 06 11:52:24 minimonk-HP-EliteBook-2760둣둣p ntopng[10261]: 06/Oct/2025 11:52:24 [NtopPro.cpp:751] WARNING: [LICENSE] You can buy a permanent license at http://shop.ntop.org 10월 06 11:52:24 minimonk-HP-EliteBook-2760p ntopng[10261]: 06/Oct/2025 11:52:24 [NtopPro.cpp:755] WARNING: [LICENSE] or run ntopng in community mode starting 10월 06 11:52:24 minimonk-HP-EliteBook-2760p ntopng[10261]: 06/Oct/2025 11:52:24 [NtopPro.cpp:755] WARNING: [LICENSE] or run ntopng in community mode starting 10월 06 11:52:24 minimonk-HP-EliteBook-2760p ntopng[10261]: 06/Oct/2025 11:52:24 [NtopPro.cpp:757] WARNING: [LICENSE] ntopng --community 10월 06 11:52:24 minimonk-HP-EliteBook-2760p ntopng[10261]: 06/Oct/2025 11:52:24 [NtopPro.cpp:757] WARNING: [LICENSE] ntopng --community 10월 06 11:52:45 minimonk-HP-EliteBook-2760p ntopng[10261]: 06/Oct/2025 11:52:45 [NetworkInterface.cpp:4051] Cleanup interface dummy
/etc/ntopng.conf 에 존재하고, 아래의 내용이 있었는데 -i 에 반복적으로 모니터링할 장치들을 넣어주면 된다.
그나저나 odroid c2에서는 왜 eth0가 아니라 end0로 되어있어서 순간 멘붕...
# -i|--interface # Specifies the network interface or collector endpoint to be used by ntopng for network # monitoring. On Unix you can specify both the interface name (e.g. lo) or the numeric # interface id as shown by ntopng -h. On Windows you must use the interface number instead. # Note that you can specify -i multiple times in order to instruct ntopng to create multi- # ple interfaces. # # -i=eth1 -i=eno1 -i=eno2 -i=lo -i=tcp://127.0.0.1:5556
$ cat /etc/ntopng.conf # This configuration file is similar to the command line, with the exception # that an equal sign '=' must be used between key and value. Example: -i=p1p2 # or --interface=p1p2 For options with no value (e.g. -v) the equal is also # necessary. Example: "-v=" must be used. # # DO NOT REMOVE the following option, required for daemonization. -e=
# * Interfaces to sniff on: one interface per line, prefix with -i= # E.g. #-i=eth0 #-i=wlan0 # If none is specified, ntopng will try to auto-detect the best interface. # # * Port on which ntopng will listen for the web-UI. -w=3000
ntopng-config 는 어디서 설치해야 하냐 -_-
$ ntopng-config ntopng-config: 명령을 찾을 수 없습니다 $ apt-cache search ntopng-config $ apt-cache search ntopng ntopng - High-Speed Web-based Traffic Analysis and Flow Collection Tool ntopng-data - High-Speed Web-based Traffic Analysis and Flow Collection Tool (data files) ntopng-doc - High-Speed Web-based Traffic Analysis and Flow Collection Tool (documentation)
nc나 make menuconfig 처럼 실행시 혹은 동적으로 창 크기나 비율을 어떻게 조절하나 궁금해짐
Name getyx, getparyx, getbegyx, getmaxyx - get curses cursor and window coordinates
Synopsis #include <curses.h>
void getyx(WINDOW *win, int y, int x); void getparyx(WINDOW *win, int y, int x); void getbegyx(WINDOW *win, int y, int x); void getmaxyx(WINDOW *win, int y, int x);
Nexmon is our C-based firmware patching framework for Broadcom/Cypress WiFi chips that enables you to write your own firmware patches, for example, to enable monitor mode with radiotap headers and frame injection.