On fresh install, I try a scan with the first option but I have no output results.
Maybe Google blocks requests ?
Commands run:
$ git clone https://github.com/capture0x/Lfi-Space/
$ cd Lfi-Space
$ pip3 install -r requirements.txt
Another commands run:
$ git clone https://github.com/capture0x/Lfi-Space/
$ cd Lfi-Space
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt

On fresh install, I try a scan with the first option but I have no output results.
Maybe Google blocks requests ?
Commands run:
$ git clone https://github.com/capture0x/Lfi-Space/ $ cd Lfi-Space $ pip3 install -r requirements.txtAnother commands run: