思科OCS包装说明
一团思科扫描工具。
- 作者:OverIP
- 许可:GPL第二版
0x01 包括在思科OCS封装工具
思科OCS - 一团思科扫描工具 ```bash :~# cisco-ocs * OCS v 0.2 **
coded by OverIP
****
under GPL License
usage: ./ocs xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy
xxx.xxx.xxx.xxx = range start IP yyy.yyy.yyy.yyy = range end IP
use: cisco-ocs IP IP
## 0x02 思科OCS用法示例
试图利用思科在给定的IP范围 *(192.168.99.200 192.168.99.202)*
设备:
```bash
:~# cisco-ocs 192.168.99.200 192.168.99.202
********************************* OCS v 0.2 **********************************
**** ****
**** coded by OverIP ****
****
****
**** under GPL License ****
**** ****
**** usage: ./ocs xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy ****
**** ****
**** xxx.xxx.xxx.xxx = range start IP ****
**** yyy.yyy.yyy.yyy = range end IP ****
**** ****
******************************************************************************
-192.168.99.200
|Logging... 192.168.99.200
|Router not vulnerable.
-192.168.99.201
|Logging... 192.168.99.201
|Router not vulnerable.
-192.168.99.202
|Logging... 192.168.99.202
|Router not vulnerable.
原文来自https://www.hackfun.org/kali-tools/cisco-ocs_zh.html。转载请注明原出处,商用请联系原作者授权。