XiaoliChan

Results 14 issues of 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: - 我看了网上很多人提到的分流功能,但是我认为里面存在一个不足的地方,如下图所示 ![image](https://github.com/fw876/helloworld/assets/30458572/ab8ae111-e014-40e2-baa7-b0c8324c363b) 若`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...

in review

### Configuration impacket version: Master branch Python version: 3.11.6 Target OS: Windows10 19041 ### Debug Output With Command String ![image](https://github.com/fortra/impacket/assets/30458572/8e836d8d-0553-41d7-b7d6-402b306b1f75) ### 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? ![image](https://github.com/jborean93/pypsrp/assets/30458572/04d3d5b3-74fc-432f-a165-e69d550f5fa6)

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...

enhancement
bug-fix

Changelog: - Get ntlm info via ldap connection (no more SMB needed) - Remove SMB stuff - Add `--ldap-timeout` - Add `gc` ![image](https://github.com/Pennyw0rth/NetExec/assets/30458572/05ddfd3a-f6da-4f3f-9480-6d06c5af6acd) _`This PR is base on #196`_

enhancement
Waiting for response

U know what that means... Comparison: ![image](https://github.com/Pennyw0rth/CrackMapExec/assets/30458572/2d050a92-ef4d-4268-80fd-bbb600905509)

enhancement
bug-fix

Kerberos implement in winrm ![image](https://github.com/Pennyw0rth/NetExec/assets/30458572/d0f9988f-630c-4025-ab3c-9688ed889c7a) Reference: - For the kerberos login stuff: https://github.com/jborean93/pypsrp/issues/180

enhancement
on hold