Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abuvanth committed Jun 16, 2019
1 parent 7e46466 commit 1e3aa97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ kickdomain.py -u target.com -t 1

# Use kickdomain as a module

```
import kickdomain
subdomains=kickdomain.getSubdomains('target.com')
Expand All @@ -23,7 +24,11 @@ results=kickdomain.takeover_check(subdomains)
for i in results:
if i[1]:
print(i[0]+' vulnerable to Takeover')
else:
print(i[0]+' not vulnerable to Takeover')
```

0 comments on commit 1e3aa97

Please sign in to comment.