Browse Source

docs(passive): improve audit format

DEV-4049-remove-alcohol-terminology
nprimo 2 years ago committed by Niccolò Primo
parent
commit
f20ce6c407
  1. 30
      subjects/cybersecurity/passive/audit/README.md

30
subjects/cybersecurity/passive/audit/README.md

@ -1,7 +1,5 @@
#### General #### General
Knowledge-Check:
###### Is the student able to explain clearly the used investigative methods? ###### 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 what OSINT means?
@ -13,38 +11,24 @@ Knowledge-Check:
Files that must be inside your repository: Files that must be inside your repository:
- Your program source code. - 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 - a README.md file, Which clearly explains how to use the program.
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 ###### Are the required files present?
The information entered as an argument must be a full name, an IP address, and an user name.
##### Try flag "-fn" ##### Ask the student to present his program to you by doing 3 tests
example: ###### Is the information entered as an argument a full name, an IP address, and an username?
- passive -fn Jean Dupont ##### 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? ###### Does the program display the address, and the telephone number for the full name entered?
##### Try flag "-ip" ##### Try flag "-ip" with the following command `passive -ip 127.0.0.1
example:
- passive -ip 127.0.0.1
###### Does the program display the ISP, and position for the entered IP address? ###### Does the program display the ISP, and position for the entered IP address?
##### Try flag "-u" ##### Try flag "-u" with the following command `passive -u "@user01"`
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 check if the user entered is present in is present in at least 5 social networks?

Loading…
Cancel
Save