aiddroid

Results 11 comments of aiddroid

A good library with the bad document, I even don't know how to send a customed HTTP GET request.

@dgrr Thanks, Add this demo to the README file may be helpful.

@axeloz Yes, I agree with you.If the project servers have an additional attribute of "environment",deployments can be sent to different server group. And in my opinion, the other servers' commands...

cannot call in background with out TTY, error messages here: ```shell [2018-05-23 10:33:37 +0800] [ui/cli/rpc/client/instance#run:81] [Errno::ENOTTY] Inappropriate ioctl for device [2018-05-23 10:33:37 +0800] [ui/cli/rpc/client/instance#run:81] /home/work/odp/webroot/arachni/system/gems/gems/arachni-1.5.1/lib/arachni/support/mixins/terminal.rb:45:in `winsize' [2018-05-23 10:33:37 +0800] [ui/cli/rpc/client/instance#run:81]...

+1, 也希望能支持对某些漏洞规则的排除 ,如 -cvi-190001,-cvi-190002

i18n and lemonsqueezy payment required.

Eye styles and block styles required too!

I'm interested it, and I think it would be a web app first.

There's a weird solution, I add `.plasmo` directory to git to avoid the unexpected configuration files lost.

虽然目前客服消息API也能实现自动回复相关功能,但本质上是不同的,自动回复只是被动相应请求,发送客服消息需要调用微信api,而且sendMessage()是通用的方法,使用时还要自行拼装收信人,消息体等等,这基本等同拼装xml了,使用起来不太方便 - 被动消息回复主要用来自动回复用户发来的消息,不需要调用额外api,也就没有频率限制 - 发送客服消息API主要来发送客服消息,需要调用微信api,有频率限制