thecyberworld/TheCyberHUB

[FIX FOR DX] antivirus blocking request on the localhost

nassim-ayadi opened this issue · 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

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

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.

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

i will look into it

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.

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

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 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.

@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