04 2019 档案

摘要:Python <= 2.3python -c "import SimpleHTTPServer as s; s.test();" 8000 Python >= 2.4python -m SimpleHTTPServer 8000 Python 3.xpython -m http.server 800 阅读全文
posted @ 2019-04-28 13:38 orange777 阅读(10883) 评论(0) 推荐(0)
摘要:提权小结 文件权限配置不当提权 普通提权 直接执行开启3389端口,执行net user username password /add & net localgroup administrators usernames /add 如果cmd被禁用,可尝试找可读、可写、可执行目录上传cmd.exe,然 阅读全文
posted @ 2019-04-14 21:09 orange777 阅读(1368) 评论(1) 推荐(0)