Giter Club home page Giter Club logo

Comments (1)

0xgkd avatar 0xgkd commented on June 25, 2024
tom@tom-MACH-WX9:~/Project$ sudo docker run -it -d -p 13443:3443 0xgkd/awvs
68ceb61e4c0370f9e26ea4cb80d5c3dfc2748369c79c676ba0c190d8f0ce7abe
tom@tom-MACH-WX9:~/Project$ sudo docker ps
CONTAINER ID   IMAGE            COMMAND       CREATED         STATUS         PORTS                                         NAMES
68ceb61e4c03   0xgkd/awvs       "/.awvs.sh"   3 seconds ago   Up 2 seconds   0.0.0.0:13443->3443/tcp, :::13443->3443/tcp   laughing_chatelet
51fd12a82ff8   mzz2017/v2raya   "v2raya"      18 hours ago    Up 4 hours                                                   v2raya
tom@tom-MACH-WX9:~/Project$ lsof -i :13443
tom@tom-MACH-WX9:~/Project$ lsof -i :13443
tom@tom-MACH-WX9:~/Project$ sudo lsof -i :13443
COMMAND     PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
docker-pr 21414 root    4u  IPv4 263938      0t0  TCP *:13443 (LISTEN)
docker-pr 21420 root    4u  IPv6 213971      0t0  TCP *:13443 (LISTEN)
tom@tom-MACH-WX9:~/Project$ sudo curl 127.0.0.1:13443
curl: (52) Empty reply from server

用这个curl --insecure https://127.0.0.1:13443
如果你是VPS环境,注意放行13443端口(or其他自定义端口),要么关闭防火墙

curl --insecure https://127.0.0.1:13443

<!DOCTYPE html><html lang="en"><head>
   <meta charset="utf-8">
   <title>Acunetix</title>
   <base href="/">

   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link rel="icon" id="favIcon" type="image/svg+xml" href="favicon.svg">
   <script>
     var global = global || window;
     // var Buffer = Buffer || [];
     // var process = process || {
     //   env: { DEBUG: undefined },
     //   version: []
     // };
   </script>
   ...

from awvs.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.