mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.3 KiB
40 lines
1.3 KiB
3 months ago
|
#### General
|
||
|
|
||
|
###### Is the student able to explain clearly the used investigative methods?
|
||
|
|
||
|
###### Is the student able to explain clearly what OSINT means?
|
||
|
|
||
|
###### Is the student able to explain clearly how his program works?
|
||
|
|
||
|
##### Check the Repo content
|
||
|
|
||
|
Files that must be inside your repository:
|
||
|
|
||
|
- Your program source code.
|
||
|
|
||
|
- A README.md file, which clearly explains how to use the program.
|
||
|
|
||
|
###### Are the required files present?
|
||
|
|
||
|
##### Ask the student to present his program to you by doing 3 tests
|
||
|
|
||
|
###### Is the information entered as an argument a full name, an IP address, and a username?
|
||
|
|
||
|
##### Try flag "-fn" with the following command `passive -fn "Jean Dupont"`
|
||
|
|
||
|
###### Does the program display the address, and the telephone number for the full name entered?
|
||
|
|
||
|
##### Try flag "-ip" with the following command `passive -ip 127.0.0.1`
|
||
|
|
||
|
###### Does the program display the ISP, and position for the entered IP address?
|
||
|
|
||
|
##### Try flag "-u" with the following command `passive -u "@user01"`
|
||
|
|
||
|
###### Does the program check if the user entered is present in is present in at least 5 social networks?
|
||
|
|
||
|
###### Does the program retrieve this information from a public source?
|
||
|
|
||
|
###### Does the program save the result of each command in a result.txt file?
|
||
|
|
||
|
###### If the result.txt file already exists is a new file created?
|