python for pentesters

TryHackMe Python for Pentesters Room Writeup

This is a walkthrough for TryHackMe Python for Pentesters Room.

Task 1:

What other tool can be used to convert Python scripts to Windows executables?
py2exe

Task 2:

What other protocol could be used for subdomain enumeration?
dns

What function does Python use to get the input from the command line?
sys.argv

Task 3:

How many directories can your script identify on the target system? (extensions are .html)
4

What is the location of the login page?
private.html

Where did you find a cryptic hash?
apollo.html

Where are the usernames located?
surfer.html

What is the password assigned to Rabbit?
LOUSYRABBO

Task 4:

What module was used to create the ARP request packets?
scapy

Which variable would you need to change according to your local IP block?
ip_range

What variable would you change to run this code on a system with the network interface named ens33?
interface

Task 5:

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *