├── LICENSE ├── README.md ├── Screenshots ├── backup.png ├── banner.png ├── clickjacking.png ├── filedetection.png ├── menu.png ├── portscan.png ├── samesitescripting.jpeg ├── sqli.png ├── subdomain.png ├── test.s ├── usernameenumeration.png └── xss.png ├── d-tect.py ├── dtectcolors ├── __init__.py ├── __init__.pyc ├── ansi.py ├── ansi.pyc ├── ansitowin32.py ├── ansitowin32.pyc ├── initialise.py ├── initialise.pyc ├── test.s ├── win32.py ├── win32.pyc ├── winterm.py └── winterm.pyc └── moduleBS.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/Screenshots/backup.png -------------------------------------------------------------------------------- /Screenshots/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/Screenshots/banner.png -------------------------------------------------------------------------------- /Screenshots/clickjacking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/Screenshots/clickjacking.png -------------------------------------------------------------------------------- /Screenshots/filedetection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/Screenshots/filedetection.png -------------------------------------------------------------------------------- /Screenshots/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/Screenshots/menu.png -------------------------------------------------------------------------------- /Screenshots/portscan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/Screenshots/portscan.png -------------------------------------------------------------------------------- /Screenshots/samesitescripting.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/Screenshots/samesitescripting.jpeg -------------------------------------------------------------------------------- /Screenshots/sqli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/Screenshots/sqli.png -------------------------------------------------------------------------------- /Screenshots/subdomain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/Screenshots/subdomain.png -------------------------------------------------------------------------------- /Screenshots/test.s: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Screenshots/usernameenumeration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/Screenshots/usernameenumeration.png -------------------------------------------------------------------------------- /Screenshots/xss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/Screenshots/xss.png -------------------------------------------------------------------------------- /d-tect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/d-tect.py -------------------------------------------------------------------------------- /dtectcolors/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/dtectcolors/__init__.py -------------------------------------------------------------------------------- /dtectcolors/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/dtectcolors/__init__.pyc -------------------------------------------------------------------------------- /dtectcolors/ansi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/dtectcolors/ansi.py -------------------------------------------------------------------------------- /dtectcolors/ansi.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/dtectcolors/ansi.pyc -------------------------------------------------------------------------------- /dtectcolors/ansitowin32.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/dtectcolors/ansitowin32.py -------------------------------------------------------------------------------- /dtectcolors/ansitowin32.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/dtectcolors/ansitowin32.pyc -------------------------------------------------------------------------------- /dtectcolors/initialise.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/dtectcolors/initialise.py -------------------------------------------------------------------------------- /dtectcolors/initialise.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/dtectcolors/initialise.pyc -------------------------------------------------------------------------------- /dtectcolors/test.s: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dtectcolors/win32.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/dtectcolors/win32.py -------------------------------------------------------------------------------- /dtectcolors/win32.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/dtectcolors/win32.pyc -------------------------------------------------------------------------------- /dtectcolors/winterm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/dtectcolors/winterm.py -------------------------------------------------------------------------------- /dtectcolors/winterm.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/dtectcolors/winterm.pyc -------------------------------------------------------------------------------- /moduleBS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bibortone/D-Tech/HEAD/moduleBS.py --------------------------------------------------------------------------------