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.
56 lines
1.4 KiB
56 lines
1.4 KiB
2 years ago
|
#### General
|
||
|
|
||
|
Knowledge-Check:
|
||
|
|
||
|
###### 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.
|
||
|
|
||
|
###### Does the required files present?
|
||
|
|
||
|
##### Evaluate the student's submission
|
||
|
|
||
|
Ask the student to present his program to you by doing 3 tests
|
||
|
|
||
|
Ask the student to present his program to you by doing 3 tests
|
||
|
The information entered as an argument must be a full name, an IP address, and an user name.
|
||
|
|
||
|
##### Try flag "-fn"
|
||
|
|
||
|
example:
|
||
|
|
||
|
- passive -fn Jean Dupont
|
||
|
|
||
|
###### Does the program display the address, and the telephone number for the full name entered?
|
||
|
|
||
|
##### Try flag "-ip"
|
||
|
|
||
|
example:
|
||
|
|
||
|
- passive -ip 127.0.0.1
|
||
|
|
||
|
###### Does the program display the ISP, and position for the entered IP address?
|
||
|
|
||
|
##### Try flag "-u"
|
||
|
|
||
|
example:
|
||
|
|
||
|
- 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, does the program overwrite the result file, or is a new file created?
|