open Shodan.FSharp
[<EntryPoint>]
let main argv =
// Acquire account info for the API key in config.yml
let accountInfo = Shodan.AccountInfo() |> Async.RunSynchronously
printfn "----- Account info -----\nUsername: %s\nCredits: %i\n\Date created: %s\n------------------------"
accountInfo.DisplayName
accountInfo.Credits
(accountInfo.Created.ToString("dd/mm/yyyy"))
0
-
Notifications
You must be signed in to change notification settings - Fork 1
A Shodan API client for F#.
License
cagyirey/Shodan.FSharp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Shodan API client for F#.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published