From 3386adde3a1cfb7e0a3f4c31898fa45bfb061243 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Tue, 25 Oct 2022 19:01:34 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: