Skip to content

RETS metadata viewer built on PHRETS

Notifications You must be signed in to change notification settings

RealGeeks/RETS-MD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 kevin@98.129.6.188

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!

About

RETS metadata viewer built on PHRETS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 94.7%
  • JavaScript 3.9%
  • CSS 1.3%
  • Dockerfile 0.1%