Nahamsec’s Intro to Bug Bounty Labs: Your Setup Guide

3 months ago 25
BOOK THIS SPACE FOR AD
ARTICLE AD

Karthikeyan

Welcome! If you’re unsure how to install Nahamsec’s Intro to Bug Bounty Labs on Kali Linux locally, this setup guide will help you through the process.

Go to the link: https://github.com/nahamsec/nahamsec.training

Open your Kali Linux machine and then open your Kali Linux terminalType apt-get update && apt-get upgrade -yType git clone https://github.com/nahamsec/nahamsec.training.gitInstall docker by typing this command: apt install docker.ioType cd Downloads/nahamsec.trainingGive permission to the specific folder by typing: chmod +x *Type docker build -t nahamsec .After that type docker run -d -p 80:80 nahamsecAdd the following entries to your /etc/hosts file:

127.0.0.1 naham.sec
127.0.0.1 www.naham.sec
127.0.0.1 xss.naham.sec
127.0.0.1 xss1.naham.sec
127.0.0.1 xss2.naham.sec
127.0.0.1 xss3.naham.sec
127.0.0.1 xss4.naham.sec
127.0.0.1 or1.naham.sec
127.0.0.1 or2.naham.sec
127.0.0.1 csrf.naham.sec
127.0.0.1 idor.naham.sec
127.0.0.1 lfi.naham.sec
127.0.0.1 sqli.naham.sec
127.0.0.1 sqli2.naham.sec
127.0.0.1 ssrf.naham.sec
127.0.0.1 ssrf2.naham.sec
127.0.0.1 ssrf3.naham.sec
127.0.0.1 ssrf4.naham.sec
127.0.0.1 ssrf5.naham.sec
127.0.0.1 ssrf6.naham.sec
127.0.0.1 ssrf7.naham.sec
127.0.0.1 xxe.naham.sec
127.0.0.1 xxe2.naham.sec
127.0.0.1 upload.naham.sec
127.0.0.1 upload2.naham.sec
127.0.0.1 rce.naham.sec
127.0.0.1 rce2.naham.sec
127.0.0.1 rce3.naham.sec

10. Now Go to www.naham.sec and Now you successfully setup the Labs and Enjoy!

Thank you…

Follow me on X : https://x.com/k4r7hx

Read Entire Article