I have linked bhp_bing.py as an extension in Burp Suite. But My Burp Suite is not giving outputs of the target site's subdomains. supposed result
But mine stops at "performing bing search*****" and I checked the error log and it shows this:
java.lang.RuntimeException: Extensions should not make HTTP requests in the swing event dispatch thread
Here is the source code for bhp_bing.py:
https://github.com/walchko/Black-Hat-Python/blob/master/BHP-Code/Chapter6/bhp_bing.py
Anyone could help me? Really appreciated:)