Traceback (most recent call last):
File "C:\Program Files\Python310\Scripts\ghauri-script.py", line 33, in <module>
sys.exit(load_entry_point('ghauri==1.3.6', 'console_scripts', 'ghauri')())
File "C:\Program Files\Python310\lib\site-packages\ghauri-1.3.6-py3.10.egg\ghauri\scripts\ghauri.py", line 464, in main
resp = ghauri.perform_injection(
File "C:\Program Files\Python310\lib\site-packages\ghauri-1.3.6-py3.10.egg\ghauri\ghauri.py", line 176, in perform_injection
url = req.url
File "C:\Program Files\Python310\lib\site-packages\ghauri-1.3.6-py3.10.egg\ghauri\common\utils.py", line 147, in url
url = f"{self.protocol}://{self.host}"
File "C:\Program Files\Python310\lib\site-packages\ghauri-1.3.6-py3.10.egg\ghauri\common\utils.py", line 180, in protocol
referer = self.headers.get("Referer")
AttributeError: 'HTTPRequest' object has no attribute 'headers'
Describe the bug
To Reproduce Steps to reproduce the behavior:
It works on 1.3.5!
Expected behavior To work as intended
Desktop (please complete the following information):