Oneliner Webserver

admin 2024年8月5日10:24:36评论3 views字数 597阅读1分59秒阅读模式
 

一句话启动WebServer服务。

Python

* python3

python3 -m http.server 8888

* python2

python2 -m SimpleHTTPServer 8888
PHP
$ php -S localhost:8888 -t evil/
for PHP >=5.4   $ php -S localhost:8888
Perl

 

perl -MIO::All -e 'io(":8080")->fork->accept->(sub { $_[0] < io(-x $1 +? "./$1 |" : $1) if /^GET /(.*) / })'
Necat
while true; do nc -l 80 < test.html; done
ncat -k -l -p 1337 -c "printf 'HTTP/1.1 200 OKrnrn'; cat ~/evil.html"
IIS Express
C:> "C:Program Files (x86)IIS Expressiisexpress.exe" /path:C:MyWeb /port:8000
BusyBox
Busybox httpdbusybox httpd -f -p 8000
更多参考
https://gist.github.com/willurd/5720255

 

原文始发于微信公众号(埋藏酱油瓶):Oneliner Webserver

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2024年8月5日10:24:36
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   Oneliner Webserverhttp://cn-sec.com/archives/3031638.html

发表评论

匿名网友 填写信息