diff --git a/README.md b/README.md index 0f0db69..0c40d0f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # XingDumper -Python 3 script to dump company employees from XING API. Perfect OSINT tool ;-) +Python 3 script to dump company employees from XING API. The results contain firstname, lastname, position, gender, location and a user's profile link. Only 2 API calls are required to retrieve all employees. @@ -25,6 +25,11 @@ optional arguments: --quiet Show employee results only ```` +## Docker Run Examples +```` +docker run --rm l4rm4nd/xingdumper:latest --url --cookie +```` + ## Examples Dumping all Audi employees from XING API (max. 3000) into outfile using `--quiet` mode: