Skip to content
/ Dshield Public

Dshield was built to give the possibility to the web developer to detect modifications of the source code of their site by third parties such as legitimate customers or other malicious actors.

License

Notifications You must be signed in to change notification settings

1n0x1/Dshield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛡️Dshield🛡️

Dshield was built to give the possibility to the web developer to detect modifications of the source code of their site by third parties such as legitimate customers or other malicious actors. Dshield allows to

  • Detect the opening of the devtool
  • Detect unauthorized changes to source code like
  • Adding 'script, style, iframe' tag
  • Editing 'div,p....' tag content technique commonly used by fake news creators

Dshield can also be used as anti-cheat tools for browser-based games

Integration

Add the script tag with the correct path for Dshield.js file after balise ### initialisation

       //start the Dshield 
       Dshield.start(callback1,callback2);
       //callback1 is triggered when it detects    the opening of the devtool
    //callback2 is triggered when it detects unauthorized changes

More functionnalities

  • Get data

         var data=Dshield.data;
    

Contributing >Pull requests are welcome i would like he have other functionnality

About

Dshield was built to give the possibility to the web developer to detect modifications of the source code of their site by third parties such as legitimate customers or other malicious actors.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published