Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit c3a42ba

Browse files
committed
small change
1 parent 9c1269f commit c3a42ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[![Build Status](https://dev.azure.com/cbaylissmk2/github%20projects/_apis/build/status/sysgoblin.PSURLScanio?branchName=dev)](https://dev.azure.com/cbaylissmk2/github%20projects/_build/latest?definitionId=2&branchName=dev)
22
[![Powershell Gallery](https://img.shields.io/badge/PSGallery-0.5-yellow)](https://www.powershellgallery.com/packages/PSUrlScanio/0.5)
33

4-
# PSURLScanio πŸ”
4+
## πŸ” PSURLScanio
55
> A Powershell module for using the urlscan.io API.
66
77
PSURLScanio/PSUrlScanio is a Powershell module/wrapper for the urlscan.io API. The module allows you to quickly query/submit data to the service and incorporate it in to your automated threat hunting/intel processes using PoSh.
88

99
For example, let's hunt for some potential HSBC phishing pages that have embedded the companies logo! πŸ•΅οΈβ€
1010
![demo1](https://i.imgur.com/wcCeW1D.gif)
1111

12-
# Install πŸ“¦
12+
## πŸ“¦ Install
1313
Head over to urlscan.io and get yourself an API key (https://urlscan.io/user/apikey/new/), install the module and then run Connect-UrlScanio to set your key.
1414
```powershell
1515
Install-Module -Name PSUrlScanio -Repository PSGallery
1616
Connect-UrlScanio -ApiKey "2126abb6-3686-47ef-bae5-9daf6c9e0888"
1717
```
1818

19-
# Examples πŸ“œ
19+
## πŸ“œ Examples
2020
### Search for the last scan for the domain github.com.
2121
```powershell
2222
Search-Urlscanio -Domain github.com -Limit 1 -Specific
@@ -69,7 +69,7 @@ verdicts : @{overall=; urlscan=; engines=; community=}
6969
```
7070
(Example results have been truncated)
7171

72-
# FAQ ❓
72+
## ❓ FAQ
7373

7474
- **Can I contribute?**
7575
- Yes please! Feel free to clone/test/add features and submit a PR or enhancement suggestion. Help yourself to the project board if you feel like it!
@@ -78,7 +78,7 @@ verdicts : @{overall=; urlscan=; engines=; community=}
7878
- **Something's broke.**
7979
- Please submit an issue for it and I'll take a look!
8080

81-
# Support
81+
## Support
8282

8383
Feel free to reach out to me via twitter <a href="https://twitter.com/sysgoblin" target="_blank">`@sysgoblin`</a>.
8484

0 commit comments

Comments
Β (0)