|
Size: 517
Comment:
|
← Revision 6 as of 2014-09-09 14:40:45 ⇥
Size: 516
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| message = "This will be posted to file.php" | message = "This will be posted to file.php" |
| Line 12: | Line 12: |
| post URL DATA | post URL data |
Post
Usage: post URL DATA
message = "This will be posted to file.php"
data = {msg:message}
URL = "http://localhost:8080/file.php"
post URL dataThis will post the data to the given URL. In the example above it sends the message: "This will be posted to file.php" to a file on a locally hosted server.
An example of how you might use this command would be NEATOlert which is available here: NEATO

![[+]](/moin_static/explorer/img/toggle1.png)

![[-]](/moin_static/explorer/img/toggle0.png)
