New job; play with toys

My friend Will stirred my curiosity in random programming tasks today insofar as I added a tweets of new malware urls to our work twitter account. So basically what happens is savory, the malware app, will tweet when it sees new urls. Being a really weird person, you can choose to follow these tweets if you want.

I can’t imagine that this is useful in any way, but it was fun and I wrote a new class, Zend_Services_Bitly in the process.

I also gained a list of all the Nessus XML-RPC endpoints. Tenable hasn’t released any official documentation on this yet. In fact, I haven’t found anything anywhere about it yet; makes it kinda hard to use it, ya know. Anyway, here they are refer to my other post for various required inputs.

  • https://localhost:443/login
  • https://localhost:443/logout
  • https://localhost:443/users/add
  • https://localhost:443/users/delete
  • https://localhost:443/users/chpasswd
  • https://localhost/users/list
  • https://localhost:443/plugins/description
  • https://localhost/plugins/list
  • https://localhost:443/plugins/list/family
  • https://localhost/plugins/preferences
  • https://localhost/preferences/list
  • https://localhost/policy/list
  • https://localhost:443/policy/add/
  • https://localhost:443/policy/delete/
  • https://localhost:443/policy/rename/
  • https://localhost:443/scan/new/
  • https://localhost:443/scan/stop/
  • https://localhost:443/scan/pause/
  • https://localhost:443/scan/resume/
  • https://localhost/scan/list
  • https://localhost/report/list
  • https://localhost:443/report/delete
  • https://localhost:443/file/report/download
  • https://localhost:443/report/hosts
  • https://localhost:443/report/hosts
  • https://localhost:443/report/ports
  • https://localhost:443/report/details
  • https://localhost:443/report/tags
  • https://localhost:443/file/report/import

Leave a Reply