TheCyberHUB icon indicating copy to clipboard operation
TheCyberHUB copied to clipboard

[FIX FOR DX] antivirus blocking request on the localhost

Open nassim-ayadi opened this issue 1 year ago • 8 comments

Describe the bug

When attempting to run the project locally, I encounter the following error in the console log:

ShellGenerator.jsx:21 GET http://localhost:3000/src/components/Tools/ReverseShell/shellData.jsx net::ERR_ABORTED 499 (Request has been forbidden by antivirus)

To Reproduce

1 confirm that antivirus software is running 2 clone the project repository 3 run the project locally using "npm run dev " 4 open the browser and observe the error

Expected Behavior

I expect the project to run without errors.

Screenshot/ Video

Capture d'écran 2024-01-24 140329

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

nassim-ayadi avatar Jan 24 '24 13:01 nassim-ayadi

It's great having you contribute to this project

🌟 Welcome to the community 🌟

  • If you would like to continue contributing to open source and would like to do it with an awesome inclusive community.
  • You should join our Discord chat and our GitHub Organisation.
  • We help and encourage each other to contribute to open source little and often 😄.
  • Any questions let us know.

github-actions[bot] avatar Jan 24 '24 13:01 github-actions[bot]

@kabir0x23 I also have the same problem, is there a way to solve it? (besides turning off the anti-virus functionality)

ArkadiK94 avatar Jan 24 '24 22:01 ArkadiK94

i will look into it

nassim-ayadi avatar Jan 25 '24 08:01 nassim-ayadi

i will look into it

here in that path/file, it contains malicious data templates, it's only templates not real malicious data, it's like dummy data,

that's why antivirus is alerting it.

kabir0x23 avatar Jan 25 '24 09:01 kabir0x23

Yes, but what are theese templates ? I know that kaspersky blocks request from tags named as bank .

nassim-ayadi avatar Jan 25 '24 09:01 nassim-ayadi

i have reproduced this bug i got the same error bug reproduction screenshot does this have to do with some code needed for development ? if so i think this issue should not be considered as a bug . Capture d'écran 2024-04-25 231002

firassssss avatar Apr 25 '24 22:04 firassssss

@firassssss Yes, It is not a bug but it is something that we should handle in some way. It can scare other developers from contribute to our project.

ArkadiK94 avatar Apr 26 '24 05:04 ArkadiK94

@firassssss Yes, It is not a bug but it is something that we should handle in some way. It can scare other developers from contribute to our project.

i have a solution for this, i will add this in database, instead of this in project directly,

if someone wants to contribute to it, we can let them add a dummy data , then we will add that manualy in db

kabir0x23 avatar May 01 '24 08:05 kabir0x23