blacklanternsecurity / offensive-azure

Collection of offensive tools targeting Microsoft Azure
GNU General Public License v3.0
198 stars 42 forks source link

WHOIS Fix and Additions #4

Closed puzzlepeaches closed 1 year ago

puzzlepeaches commented 1 year ago

Morning! I hope you had a good new year!

I was running into some issues with the whois lookup and did the following to fix:

I also added the following command line flags and features:

Some notes on these features:

My IDE automatically formatted the file using Black, so I apologize for the big changes to the original script. Let me know if you have any questions or want me to make additional revisions before merging. Thanks!

debifrank commented 1 year ago

Hey @puzzlepeaches, thanks for the contribution. I really like how black formats actually. I'll have to migrate over to it.

After comparing the diffs, everything looks good to me.