首页 > 其他分享 >安全参考和书安 NPM、PYPI、DockerHub 备份

安全参考和书安 NPM、PYPI、DockerHub 备份

时间:2023-04-14 12:34:36浏览次数:34  
标签:NPM http hackcto DockerHub PYPI 文档 apachecn0 port localhost


安全参考2013

Docker

docker pull apachecn0/hackcto-2013
docker run -tid -p <port>:80 apachecn0/hackcto-2013
# 访问 http://localhost:{port} 查看文档

PYPI

pip install hackcto-2013
hackcto-2013 <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g hackcto-erlingyisan
hackcto-erlingyisan <port>
# 访问 http://localhost:{port} 查看文档

安全参考2014

Docker

docker pull apachecn0/hackcto-2014
docker run -tid -p <port>:80 apachecn0/hackcto-2014
# 访问 http://localhost:{port} 查看文档

PYPI

pip install hackcto-2014
hackcto-2014 <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g hackcto-erlingyisi
hackcto-erlingyisi <port>
# 访问 http://localhost:{port} 查看文档

安全参考2015

Docker

docker pull apachecn0/hackcto-2015
docker run -tid -p <port>:80 apachecn0/hackcto-2015
# 访问 http://localhost:{port} 查看文档

PYPI

pip install hackcto-2015
hackcto-2015 <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g hackcto-erlingyiwu
hackcto-erlingyiwu <port>
# 访问 http://localhost:{port} 查看文档

书安1-9

Docker

docker pull apachecn0/secbook-1to9
docker run -tid -p <port>:80 apachecn0/secbook-1to9
# 访问 http://localhost:{port} 查看文档

PYPI

pip install secbook-1to9
secbook-1to9 <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g secbook-1to9
secbook-1to9 <port>
# 访问 http://localhost:{port} 查看文档


标签:NPM,http,hackcto,DockerHub,PYPI,文档,apachecn0,port,localhost
From: https://blog.51cto.com/wizardforcel/6189878

相关文章

  • CEH 讲义 NPM、PYPI、DockerHub 备份
    CEHv10ModuleAllInOneDockerdockerpullapachecn0/ceh-v10-mod-allinonedockerrun-tid-p<port>:80apachecn0/ceh-v10-mod-allinone#访问http://localhost:{port}查看文档PYPIpipinstallceh-v10-mod-allinoneceh-v10-mod-allinone<port>#访问http://loca......
  • npm安装html2pdf后出现缺少文件的情况
      当时发现这个问题的时候,我就去node_modules里面找,确实没有这个文件,故判定是没有完全安装导致的错误信息最终解决方案:在终端中进入项目文件夹,执行以下命令:npmuninstallhtml2pdfnpminstallhtml2pdf这将卸载旧的html2pdf模块并重新安装它。如果你仍然遇到问题,请......
  • React 使用NPM创建项目
    React使用NPM创建项目虽然研究React已经有一段时间,但之前写Demo都是直接新建文件夹然后在里面写html和js,究其原因还是因为之前用不了NPM。现在终于是把NPM的问题解决了(从IDEA上copy了个代理的地址),这下才能算是真正的DEV环境。但有了NPM反而不知道怎么创建项......
  • python搭建私有pypi源
    #不带密码认证的dockerrun--namepypi--restartalways-p8080:8080-dpypiserver/pypiserver-P.-a.#带密码认证的dockerrun--namepypi--restartalways-v.htpasswd:/data/.htpasswd-p8080:8080-dpypiserver/pypiserver-P.htpasswd#无需检验......
  • uniapp如何支持npm下载
    首先一个正常的Nodejs项目都会有package.json简单的说,在早期的前端领域中其实没有组件化,模块化这种概念,直到nodejs中引入了模块,它认为一个模块就是一个库或者一个框架(比如文件处理模块fs模块),当模块化出现之后,为了管理这些模块,或者说为了描述这个模块,package.json应运而生,至于......
  • 解决前端启动报错:This is probably not a problem with npm. There is likely additio
    在执行npmrundev运行项目的时候报错:{"os":"darwin","arch":"any"}(current:{"os":"win32","arch":"x64"})npmERR!codeELIFECYCLEnpmERR!errno1npmERR!phantomjs-prebuilt@2.1.16in......
  • cnpm安装appium出现cannot find module xxx
    背景,我的电脑MacBookproM1芯片,brew安装了npm,再通过npm安装了cnpm,但是通过cnpm安装appium时候总会出现cannotfindmodulexxx,然后又对xxx再cnpm安装,再安装appium又出现新的xxx,网上找了很多方法,都没有对症下药的办法,最后像一个法子,直接干脆通过npm指定阿里镜......
  • npm install报错 npm ERR! 的四种解决办法
    整理了自己在安装过程中碰到的四种npmERR及解决方式错误一、npmERR!Acompletelogofthisruncanbefoundin:npmERR!C:\Users\nanyi\AppData\Roaming\npm-cache_logs\2021-09-17T08_58_23_413Z-debug.l查看错误日志,错误日志就在上面展示的C:\Users…这里如果发现错误日......
  • npm i 安装报错RequestError: socket hang up
    1异常信息npmWARNdeprecated@npmcli/[email protected]:Thisfunctionalityhasbeenmovedto@npmcli/[email protected]:Pleaseuse@electron/asarmovingforward.ThereisnoAPIchange,justapackagenamechangenpmERR!code1npmERR!pat......
  • MacOS下用homebrew装完NodeJS能找到node命令找不到npm命令
    1安装命令brewinstallnode之后,能找到node命令,找不到npm命令2版本太高导致,自己换成其他版本先卸载brewuninstallnode 搜索低版本  brewsearchnode然后挑一个版本brewinstallnode@16 之后重新添加环境变量,看是否有相关提示echo'export......