Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boot2root

Search for various means to pass root on the ISO given to you (42 project)

Table of Contents

Mandatory part:

Bonus part:

Get IP address of the VM

Many options exist to get the IP address of the machine. We have create a script to obtain it.

Intelligence gathering

We want to obtain informations about services:

$nmap -A -p- $IP

With -A option we can detect all elements (script, OS, version and traceroute). -p- scan all ports.

SERVICE NAME PORT VERSION
ftp 21 vsftpd 2.0.8
ssh 22 OpenSSH 5.9
http 80 Apache 2.2.22
imap 143 Dovecot IMAP4rev1
ssl/http 443 Apache 2.2.22
ssl/imaps 993 ?

The VM is running on Linux 3.2.

About

Search for various means to pass root on the ISO given to you (42 project)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages