Jump to content

Virtual Notepad


Recommended Posts

This was something I randomly thought I should make two days ago... I made the majority of it in an hour on Thursday and fine-tuned it yesterday.

 

It's basically your own e-notepad to save links/etc. at school or wherever, or just have quick access to a note. It's been done before, and a lot better, but I felt like trying my hand at making one to see how it works. If you could just play around with it and try to mess with it, I'd be grateful.

 

Fustrate.com |~| Virtual Notepad

 

If I can ever get wildcard subdomains working, the urls will be yourname.fustrate.com, but until then, notes.fustrate.com/yourname will have to work.

 

Oh, and instructions:

Make a page using the form, and remember the password. Go to the url it gives you, and edit the page by just changing what's in the box and using the password you specified.

 

(TinyMCE is used for the editor)

Link to comment
Share on other sites

Cross Site Scripting:

http://www.fustrate.com/cgi-sys/scgiwrap/<marquee><h1>vulnerable</marquee>

 

Cross Site Scripting:

There is Cross Site Scripting if your password contains code.

 

Cross Site Scripting:

There is Cross Site Scripting if your username contains code.

 

Full Path Disclosure:

http://www.fustrate.com/cgi-sys/scgiwrap/

 

Log:

http://www.fustrate.com/log.txt

 

User Enumeration:

http://www.fustrate.com/~hoffman

 

User Enumeration:

http://www.fustrate.com/~root

Link to comment
Share on other sites

My notes didn't save.  When I click submit the page reloads and the text is gone.  Did I do something wrong.  My suggestion for better features - let people have bookmarks on the side with different types of notes.  This would be good for some people, I use my blog for this though.

Link to comment
Share on other sites

Hmm, I'll check out the password thing, I think I know what it is...

 

I've starting implementing something to clean the input, I've got it working pretty well now. The subdomains should be up within the hour, i found the mistake with that.

 

And what do you mean bookmarks?

 

edit: ah, I know what the problem is. How do you pass $_POST variables along with a redirect? can it be done?

Link to comment
Share on other sites

  • 3 weeks later...

Try disallowing /cgi-sys/scgiwrap in .htaccess

Put an .htaccess file in /cgi-sys/ that reads like this:

Order deny,allow
Deny from all

Alternatively you can try

<Files "scgiwrap">
Order deny,allow
Deny from all
</Files>

In a root folder, but I don't know if that latter will work.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.