yoke88

Results 30 comments of yoke88

能否写个自定义的nmap script ,然后让它load debugger?

我今天刚试过luapanda的调试器,可以在要调试lua中require一个调试器脚本,然后运行的时候连接到监听的vscode调试器端口上,这个时候就可以调试了 不过调试的时候也有些问题。比如变量值都是nil,但是在variable窗口又能看到实际值,在func里的断点断不住等 Get Outlook for Android ________________________________ From: actboy168 ***@***.***> Sent: Wednesday, May 26, 2021 9:05:01 PM To: actboy168/lua-debug ***@***.***> Cc: yoke88 ***@***.***>; Author ***@***.***> Subject: Re: [actboy168/lua-debug] 有没有办法调试nmap 的lua...

Is there a switch for us to force using ipv4 , i am hitting the same issue when using static ip address , before static ipv4 address is configured ,the...

still segfault: 1. using password file without extension 2. using password with a empty line 3. patch with the pull request #108 seems defferent passwords cause segfault too ncrack version...

通过注释掉nmap nselib 目录下的strict.lua 里面的error(行),目前可以运行脚本。先执行vscode 里面的run ,这个时候会监听8818 端口,然后执行上面nmap --script=vscode-debug 后,脚本会连接上8818,这个时候就可以调试了。 但是目前来看,要在每个脚本里加这个一行有点麻烦。 还有能有什么方法,可以把这个流程串起来么? 比如listen 8818 后,额外起个任务,自动运行特定命令行以自动attach 到8818 里,现在lannch.json 里似乎只能配置一个listen 8818的任务。

![image](https://user-images.githubusercontent.com/3146226/119628980-2e5d8f80-be40-11eb-8b61-f541b40d67e3.png) 还有其他两个问题: 1. 变量在调试的时候,都是显示nil,但是在左边的varible 窗口,的upvalue 会有显示。 2. 上图10,19行各下了一个断点,但是只有10行的断点断下来了,19行的func内部的断点没有断下来。

using sock proxy to access dropbox , you can found free sock proxy at socks-proxy.net alternatively ,you can download apkx files(which was a zip file contains apk and obb files)...

i use ndiff in centos, ndiff has no switch to specify a stylesheet, but using a wrapper or a simple script can resolve such problem. or we can submit an...

nmap sometime can not get the app version。 for example the required cpe_version must be format like this: cpe:/a:microsoft:windows:2008 but if we miss the version info the cpe_version can be...

另外发现MITM 的根证书是静态不变的,作为一个安全工具,私钥应该是掌握自己手上的,否则信任这个根证书后,意味这个根证书签发的证书都被信任了。 市面上的其他代理工具,burp,fiddler 等都是可以自己生成密钥对的,希望yakit 也支持。