Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

能否实现类似inetsim的功能? #10

Closed
ZoomGod opened this issue Oct 28, 2021 · 1 comment
Closed

能否实现类似inetsim的功能? #10

ZoomGod opened this issue Oct 28, 2021 · 1 comment
Labels
enhancement New feature or request faq Collect for FAQ, no need to fix

Comments

@ZoomGod
Copy link

ZoomGod commented Oct 28, 2021

一些提议

看到这个项目时,就觉得它可以替代inetsim作为样本分析时的嗅探机工具(易上手)
那么是否考虑实现对应功能(暂时想到)

  • 可以监听0.0.0.0
  • DNS支持重定向(将受害机释放样本时的外链请求均重定向至嗅探机)

使用时的小问题

使用fapro genConfig -n (0.0.0.0/0|本机网段(例如192.168.1.0/24)) > fapro.json时运行fapro会报错提示already exist subnet
不过通过web端的协议配置里配置本机ip可以正常使用且能被同网段机器访问

@ntestoc3
Copy link
Contributor

ntestoc3 commented Oct 28, 2021

你好,genConfig不能指定已经存在的网段,监听本机0.0.0.0需要指定如下配置:

{
     "network": "127.0.0.1/32",
     "network_build": "localhost",  // 使用本机模式,会忽略network设置项
     "hosts": [
         {
             "ip": "0.0.0.0", //监听0.0.0.0
             "handlers": [
             ]
         }
     ]
}

dns重定向功能会考虑添加,感谢反馈与建议。

@ntestoc3 ntestoc3 added the enhancement New feature or request label Nov 5, 2021
@LubyRuffy LubyRuffy added the faq Collect for FAQ, no need to fix label Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request faq Collect for FAQ, no need to fix
Projects
None yet
Development

No branches or pull requests

3 participants