With the release of Proxify it can save HTTP requests/responses and replay them. These can be replayed to Jsubfinder allowing it to not have to connect to the internet.
Requirements:
- Add a proxy to Jsubfinder, allowing it to receive requests and retrieve them.
- Enable upstream proxy support. In this instance the proxy would be Proxify.
The flow would work something like this. Browser sends request to proxify> Proxify gets response from server> proxify returns request to browser & saves requests locally > sends request to Jsubfinder > Jsubfinder sends request to Proxify > Proxify returns response from Disk to Jsubfinder.
With the release of Proxify it can save HTTP requests/responses and replay them. These can be replayed to Jsubfinder allowing it to not have to connect to the internet.
Requirements:
The flow would work something like this. Browser sends request to proxify> Proxify gets response from server> proxify returns request to browser & saves requests locally > sends request to Jsubfinder > Jsubfinder sends request to Proxify > Proxify returns response from Disk to Jsubfinder.