Skip to content

BigElv/Honeypot-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Honeypot

Setting Up a Honeypot with PentBox in Kali Linux

  1. Install Ruby (required to run PentBox):

    sudo apt update sudo apt install ruby

  2. Download PentBox from GitHub:

    git clone https://github.com/technicaldada/pentbox.git cd pentbox

  3. Run PentBox:

    ruby pentbox.rb

  4. Navigate the menu:

    Select 3 → Faking stuff

    Then 2 → Honeypot

  5. Configure the honeypot:

Choose a port number (e.g., 23 for Telnet)

Enter a log file path (e.g., /home/kali/Desktop/honeypot.log)

Set a warning message (e.g., "Unauthorized access is prohibited!")

  1. Let it run:

    PentBox will listen on the selected port and log all connection attempts.

  2. Check logs:

    cat /home/kali/Desktop/honeypot.log

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors