XiaoliChan
XiaoliChan
HI guys, I think we can use this tool to modify a bios (Actually bypass bios lock). Can you make a single convert option? Like this `[1 -- 1 System...
### 希望添加的功能: - 保存请求的域名 - 动态追加域名到`domain_set` ### Reason why: - 我看了网上很多人提到的分流功能,但是我认为里面存在一个不足的地方,如下图所示  若`x.com`,不存在`CN Domain List` 或者 `GFW List`的时候,此时会进入IP判断,判断域名IP是否国内/外IP,但是此时缺少了一个记录域名的功能,比如说写入到`external.txt`,当完成一系列操作后,下次范围`x.com`的时候,如果读取到`external.txt`里面存在`x.com`,则就不需要进入IP判断模式,只需要在域名判断模式即可完成,如果缺少该功能的话,则每次访问`x.com`,都会去重复刚才的操作,域名判断完毕到IP判断,走重复的步骤 上述功能可能会造成频繁读取文件,所以保存域名这个适用于重启了mosdns之后,读取`external.txt`,因此,希望能有个功能能够动态追加域名到`domain_set`,比如说把`x.com`写入到文件的同时,顺便追加到已经加载好的`domain_set` 列表
### Configuration impacket version: latest Python version: 3.11.4 Target OS: Kali Linux latest ### Debug Output With Command String The timeout shouldn't be hard-coding https://github.com/fortra/impacket/blob/6e2b0c7450a228ba0066d36cb174d224b72cf643/impacket/dcerpc/v5/dcomrt.py#L1294 If the `stringbinding` address is...
### Configuration impacket version: Master branch Python version: 3.11.6 Target OS: Windows10 19041 ### Debug Output With Command String  ### PCAP [wmiexec.zip](https://github.com/fortra/impacket/files/13986588/wmiexec.zip)
I want to play it with local-link ipv6, but something error, looks like winrm not support link-local ipv6 address? 
Now it can use 'x-forwarded-for' as the real source IP address, for some situations like the http server behind the Cloudflare Enable it with `forwarded_as_sources_ip` Test with Cloudflare CDN service:...
Changelog: - Fixed #184 - Fixed lots of connection stuff which is use `kdcHost` - Allow using force IPv6 with `-6` - Allow specify DNS server with `--dns-server` - Allow...
Changelog: - Get ntlm info via ldap connection (no more SMB needed) - Remove SMB stuff - Add `--ldap-timeout` - Add `gc`  _`This PR is base on #196`_
U know what that means... Comparison: 
Kerberos implement in winrm  Reference: - For the kerberos login stuff: https://github.com/jborean93/pypsrp/issues/180