Sinisterly
Redirection -- HTTP Modification Utility [UPDATED 8/5/2013] - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Coding (https://sinister.li/Forum-Coding--71)
+--- Thread: Redirection -- HTTP Modification Utility [UPDATED 8/5/2013] (/Thread-Redirection-HTTP-Modification-Utility-UPDATED-8-5-2013)



Redirection -- HTTP Modification Utility [UPDATED 8/5/2013] - Shebang - 08-02-2013

[Image: Dp.png]

Essentially what Redirection aims to do is create an easy-to-use platform to modify requests to receive
an ideal response body. For example, in the screenshot, the program will screen every request the
computer makes. If any of the requests contain "google" in the URL, it will use a hastebin (pastebin
alt) link containing the specified response body and change the request. Try it out by doing something like
"awardforums" in the first text box, and in the second text box, do anything you like. When you enable it, the
specified text will be pasted, and the URL containing the raw data is saved. Whenever any request
you make that contains awardforums occurs, the response will be changed.

Version 1.0 : Download | Virus Scan

New! Version 1.1: Download | Virus Scan

Changelog:
Code:
*Version 1.1* ~Cleaned up core code ~Allows either a message to show, or redirection to another URL *Version 1.0* ~Initial Release



RE: Redirection -- HTTP Modification Utility - Villain - 08-02-2013

This is pretty nice, but I don't like AFTongue

Good job.


RE: Redirection -- HTTP Modification Utility - Shebang - 08-02-2013

(08-02-2013, 07:44 PM)Villain Wrote: This is pretty nice, but I don't like AFTongue

Good job.

I made this as a group entry project :angel:


RE: Redirection -- HTTP Modification Utility - -Correct - 08-02-2013

Looks pretty good, good job :3


RE: Redirection -- HTTP Modification Utility - Shebang - 08-03-2013

Thanks -Correct! I figured it was a nice change from the usual stuff you see.


RE: Redirection -- HTTP Modification Utility - Shebang - 08-05-2013

New Update 1.1: Download | Virus Scan
Changelog:
Code:
~Cleaned up core code ~Allows either a message to show, or redirection to another URL