zoukankan      html  css  js  c++  java
  • 漏洞发现

    cisco工具:

    root@bt:/pentest/cisco/cisco-auditing-tool# ./CAT -h 192.168.1.102 -w lists/community -a lists/passwords -i

    root@bt:/pentest/cisco/ciscos# ./ciscos 192.168.1.0 3 -t 4 -C 10  cisco password scanner 用于扫描网段中cisco默认的密码,速度很快。

    snmp工具:

    root@bt:/pentest/enumeration/snmp/admsnmp# ./ADMsnmp 192.168.1.102 -wordlist snmp.passwd  用于猜snmp的密码。

    root@bt:/pentest/enumeration/snmp/snmpenum# ./snmpenum.pl 192.168.1.102 private windows.txt   在得到snmp密码后,对目标系统进行信息搜集。

    http工具:

    root@bt:/pentest/web/grendel-scan# ./grendel.sh   图形化界面的安全漏洞测试工具,主要针对网页。

    root@bt:/pentest/web/nikto# ./nikto.pl -h 192.168.1.102 -C -p 80 -T 3478b -t 3 -D V -o webtest -F htm

    smb工具:

    root@bt:/pentest/python/impacket-examples# ./samrdump.py username:password@192.168.1.102 445/SMB

  • 相关阅读:
    java exception
    【洛谷P1627】 【CQOI2009】中位数
    切蛋糕
    【NOIP2015Day2T2】【洛谷P2679】子串
    【NOIP2017Day1T3】【洛谷P3953】逛公园
    【bzoj1082】【SCOI2005】栅栏
    搬砖
    花花的森林
    跳跳棋
    异或
  • 原文地址:https://www.cnblogs.com/xunbu7/p/3446577.html
Copyright © 2011-2022 走看看