Fun with Powershell: Using TOR with Powershell.
Extreme Hacking
Advanced Ethical Hacking Institute in Pune
In this article, I will teach you guys on how to connect to TOR network using Powershell.
Powershell is a powerful weapon for Hackers. Those who think that programming is not necessary in Hacking or Security Field just go and watch “POGO”.
Powershell Code:
function Get-DnsTXTRecord($DnsHost)
{
$ZipFileUri = (((Invoke-Expression “nslookup -querytype=txt $DnsHost 8.8.8.8”) -match […]