Mansoor R
Results
2
comments of
Mansoor R
Greetings!! I am also facing same issue as stated above.Please correct it ASAP. Details: Command used:./subjack -w subdomains.txt -ssl -a -o vul_subjack.txt -t 50 when I increase threads to 100...
> If that does not work replace: > `[Reflection.Assembly]::LoadFile($PSScriptRoot + "\\OrcaMDF.RawCore.dll") ` > `[Reflection.Assembly]::LoadFile($PSScriptRoot + "\\OrcaMDF.Framework.dll")` > To: > `Add-Type -AssemblyName .\OrcaMDF.RawCore.dll` > `Add-Type -AssemblyName .\OrcaMDF.Framework.dll` I have tested both...