Skip to content

Latest commit

 

History

History
executable file
·
24 lines (16 loc) · 626 Bytes

README.md

File metadata and controls

executable file
·
24 lines (16 loc) · 626 Bytes

RETS MD [RealGeeks Hacked Version]

This is a hacked up version of RetsMD that does 3 things by default:

  1. Logs every HTTP transaction to /tmp/rets_debug.txt
  2. Uses a SOCKS5 proxy located at localhost:9050
  3. Uses an updated version of phrets from upstream master

In order to use it, you will need to set up an SSH tunnel:

$ ssh -ND 9050 [email protected]

This command will just hang. Let it sit there, it is having a good time on its own.

Next, fire up php:

php -S localhost:8000

Finally, point your browser to http://localhost:8000 and enjoy!