Hack The Box是一个在线平台,注册需要有邀请码

hackthebox如何获取邀请码以及配置

https://www.hackthebox.eu/invite  在console输入 makeInviteCode()得到一串base64

hackthebox如何获取邀请码以及配置

解码得路径:

In order to generate the invite code,

make a POST request to /api/invite/generate

 

https://www.hackthebox.eu/api/invite/generate 进行post请求,base64解码得到邀请码

hackthebox如何获取邀请码以及配置

注册时会有人机验证,建议在Chrome中注册。

 

在kali下装置这几个源

apt-get install network-manager-openv*n

apt-get install network-manager-openv*n-gnome

apt-get install network-manager-pptp

apt-get install network-manager-pptp-gnome

apt-get install network-manager-strongswan

apt-get install network-manager-v*nc

apt-get install network-manager-v*nc-gnome

 

点击网页的Connection Pack按钮下载ov*n文件

sudo openv*n --config xxxx.ov*n

连接成功后会在页面显示√

hackthebox如何获取邀请码以及配置

 

相关文章:

  • 2021-12-13
  • 2021-08-22
  • 2021-08-03
  • 2022-12-23
  • 2021-11-22
  • 2021-08-02
猜你喜欢
  • 2021-12-01
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2021-07-19
相关资源
相似解决方案