shellcode网站 http://shell-storm.org/shellcode/
使用在线网站http://tools.bugscaner.com/sitemapspider 生成site map
使用下面的代码写到markdown里面去
#coding=utf-8
import requests
from bs4 import BeautifulSoup
import re
import html
haatml=r"xxx\sitemap.html"
shellcode_dir=r"xxxx\\1.md"
soup = BeautifulSoup(open(haatml,encoding=