‘Network hunt’ lab setup

Setting up

Directory tree

On your attacker box

/
│
└───home
    │
    └───network_hunt_challenge
        │    
        └── network_hunt.py

Instructions

  • Run the network_hunt.py script as root.
verax@humla ~/network_hunt_challenge $ sudo python network_hunt.py 
The game is now running - tap0 interface allocated.
Ending the process will deallocate this interface and release all state.
  • If the script executed without errors, the challenge is setup!
  • Refer to ‘exercises’ section –> ‘network hunt’ page in this notes for instruction on cracking the challenge.