Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Oct 25, 2022
1 parent 0029b44 commit 3386add
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -25,6 +25,11 @@ optional arguments:
--quiet Show employee results only
````

## Docker Run Examples
````
docker run --rm l4rm4nd/xingdumper:latest --url <xing-url> --cookie <cookie>
````

## Examples

Dumping all Audi employees from XING API (max. 3000) into outfile using `--quiet` mode:
Expand Down

0 comments on commit 3386add

Please sign in to comment.