三米前有蕉皮
三米前有蕉皮
I did, module as [what_server](https://github.com/0x727/ObserverWard_0x727/tree/main/what_server). But it's slow. Can you give me some advice?
Is there a plan to add it to reqwest's response as a feature? Unfortunately, the upstream of reqwest uses hyper, and I can't add this function
## How export NCX file - menu bar --> File --> Export Connections
Any questions?
I think the functions you mentioned are very similar to those of this module 我觉得你说的功能和这个模块的很像 [modules/post/windows/manage/rid_hijack.rb](https://github.com/rapid7/metasploit-framework/commit/3a281234dff7668556d4d75ce65dbf7def4bedbc)
When I chose the script engine, I found that there is a standard module. We can learn from it [rune_modules](https://docs.rs/rune-modules/latest/rune_modules/)
- I used yaml as a plug-in before, but it is not flexible, so I want to convert to rhai. I need to convert from yaml to rhai. Thank you...
https://rhai.rs/playground/stable/ We can convert code to AST, why can't we convert AST to code. ```rust fn main(){ let session = http::session(); let rep = session.requests("GET",`${URL}/`); if rep.body.contains("some string"){ print("yes"); }...
Yes, I have already used `handlebars` to convert yaml to rhai. The conversion of simple yaml works well. Thank you again for your suggestions
I converted the complex yaml manually. This complex yaml only accounts for a small part of the total