首页
社区
课程
招聘
[原创]miniscan release-r36
发表于: 2012-7-12 16:26 4370

[原创]miniscan release-r36

2012-7-12 16:26
4370
python写的约1000多行的通用分布式扫描器
喜欢python的朋友一起来帮我完善下、测试下,thanks by boywhp
任务调度一块还是稍微简陋了点,可能会有些bug

另外我深深的自卑for 40w lines of code in 3 months

http://code.google.com/p/miniscan/downloads/list

http://code.google.com/p/miniscan/source/list

[课程]Linux pwn 探索篇!

收藏
免费 0
支持
分享
最新回复 (5)
雪    币: 316
活跃值: (128)
能力值: ( LV7,RANK:110 )
在线值:
发帖
回帖
粉丝
2
沙发一个...........
2012-7-12 16:31
0
雪    币: 165
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
支持一下whp大牛,对py无爱就不下了。
2012-7-12 16:36
0
雪    币: 120
活跃值: (160)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
第一个地址是下载源码的地址吗?
楼主写的PY是不是带有UI的呀?我运行了main.exe就一闪页过了。engine.exe也只有一个控制台的窗口,里面没有内容。
三个.py的是源码,但内容应该不止这么一点吧?
其它的pyd都是编译过的,无法看到源码  

第二个地址好像是楼主的一些更新日志,好像没有源码呀??  最近在学习py.想过来啾啾。
2012-7-12 17:03
0
雪    币: 1233
活跃值: (907)
能力值: ( LV12,RANK:750 )
在线值:
发帖
回帖
粉丝
5
1. run engine.exe
2. run main.exe
3. edit task.txt
    [plugin] 空格隔开指明加载的插件列表, 不需要后缀名
    [ports] 这个是test.py需要的配置参数
    [host] 指明目标主机段
    配置文件 '#' 是注释符号
4. press ESC in main.exe, then enter 'add task.txt'
    main.exe 中ESC键, 然后输入 add task.txt 添加任务到引擎

5. please view the outputs of engine.exe, and good luck!
    此时应该看到engine.exe开始执行任务

6. copy the forder of engine.exe to other machine
    复制engine.exe所在的文件夹到另外一台机器

7. rename node2.ini to node.ini, and edit node_parent/node_id
    重命名node2.ini为node.ini,并修改node_parent指向实际父节点ip

8. run engine.exe of child node
    执行子节点engine.exe

9. add more child nodes!

10. now add task in root node and test
    在父节点添加任务执行测试:-)
    可以在main.exe ESC键 输入下面指令【假定任务名为task】:
    add task.txt
    del task
    pause task
    run task
    log task

有源码啊,你打开左边的 Browse -> trunk 就可以看到代码了
http://code.google.com/p/miniscan/source/browse/#svn%2Ftrunk
2012-7-12 17:22
0
雪    币: 120
活跃值: (160)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
[QUOTE=boywhp;1086914]1. run engine.exe
2. run main.exe
3. edit task.txt
    [plugin] 空格隔开指明加载的插件列表, 不需要后缀名
    [ports] 这个是test.py需要的配置参数
    [host] 指明目标主机段
    配置文件 ...[/QUOTE]

看到了。嘿嘿。谢谢你。
2012-7-12 17:31
0
游客
登录 | 注册 方可回帖
返回
//