<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>web servers Archives - Tech Chronicles</title>
	<atom:link href="http://kostacipo.stream/tag/web-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://kostacipo.stream/tag/web-servers/</link>
	<description>Ramblings of a Tech Dude</description>
	<lastBuildDate>Mon, 20 Jan 2020 11:47:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://kostacipo.stream/wp-content/uploads/2019/12/cropped-profile-32x32.jpg</url>
	<title>web servers Archives - Tech Chronicles</title>
	<link>http://kostacipo.stream/tag/web-servers/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How backdoors are implanted in web servers, with list of all PHP&#124;ASP backdoors</title>
		<link>http://kostacipo.stream/how-backdoors-are-implanted-in-web-servers-with-list-of-all-phpasp-backdoors/</link>
					<comments>http://kostacipo.stream/how-backdoors-are-implanted-in-web-servers-with-list-of-all-phpasp-backdoors/#respond</comments>
		
		<dc:creator><![CDATA[Majordomo]]></dc:creator>
		<pubDate>Mon, 20 Jan 2020 11:47:59 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[backdoors]]></category>
		<category><![CDATA[web servers]]></category>
		<guid isPermaLink="false">http://www.kostacipo.stream/?p=1684</guid>

					<description><![CDATA[<p>&#160; There are numerous way in which web applications can be infected and everyday backdoor news can be seen in headlines. Shell backdoor is another form malware script which are used to create a backdoor on web servers. In the form of backdoor, remote access is granted to access web server files. Now days developers [&#8230;]</p>
<p>The post <a href="http://kostacipo.stream/how-backdoors-are-implanted-in-web-servers-with-list-of-all-phpasp-backdoors/">How backdoors are implanted in web servers, with list of all PHP|ASP backdoors</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<div class="entry-the-content">
<p>There are numerous way in which web applications can be infected and everyday backdoor news can be seen in headlines. Shell backdoor is another form malware script which are used to create a backdoor on web servers. In the form of <a href="https://en.wikipedia.org/wiki/Backdoor_(computing)" rel="external nofollow">backdoor</a>, remote access is granted to access web server files. Now days developers should take care while creating an upload functionality in web application. According to ethical hacking researcher of International Institute of Cyber Security a small vulnerability in web application code can help hacker inject backdoor in web application.</p>
<p>After injecting backdoor on server with malicious scripts, attackers tries to execute different commands and can do other malicious activities on web server.</p>
<p>We will show you various backdoors which are used for infecting any website. This will help system administrator’s to scan web servers for such backdoor files. Following process demonstrates process followed by hackers to upload backdoor on web servers with <a href="https://owasp.org/www-community/vulnerabilities/Unrestricted_File_Upload" rel="external nofollow">upload vulnerability</a>.</p>
<ol>
<li>For testing with backdoor, we will use <strong>DVWA (Dam Vulnerability Web Application)</strong>.</li>
<li>Download the DVWA ISO for testing backdoor from <a href="http://www.dvwa.co.uk/DVWA-1.0.7.iso" rel="external nofollow">http://www.dvwa.co.uk/DVWA-1.0.7.iso</a>.</li>
<li>For running <strong>DVWA ISO</strong>, you can use <a href="https://www.virtualbox.org/wiki/Downloads" rel="external nofollow">Oracle Virtualbox</a>. Download virtualbox &amp; install the executable.</li>
<li>After installation of <strong>virtualbox</strong>. Import the <strong>DVWA ISO</strong>. Start the ISO.</li>
<li>A terminal will open, type <strong>ifconfig</strong>. In our case IP Address of DVWA machine on which web server is running is <strong>192.168.1.105</strong>.</li>
<li>On hacker machine, open browser and type http://192.168.1.105.</li>
<li>You will get DVWA login page.</li>
<li>Default credentials for login</li>
</ol>
<ul>
<li style="list-style-type: none;">
<ul>
<li><strong>Username: admin</strong></li>
<li><strong>Password: password
<p></strong></li>
</ul>
</li>
<li>Now on hacker machine download <strong>backdoor’s</strong> for testing.</li>
<li>Download from: <a href="https://github.com/backdoorhub/shell-backdoor-list" rel="external nofollow">https://github.com/backdoorhub/shell-backdoor-list</a></li>
<li>If you are using Google Chrome, it might show warning or block backdoor before download of backdoor.</li>
<li>For that we are using <strong>Mozilla Firefox</strong>.</li>
<li>Mozilla firefox gives the an option to download the files. After downloading the zip file, Unzip the shell backdoors.</li>
<li>Then go back to <strong>DVWA login</strong>. Enter the</li>
</ul>
<p>&nbsp;</p>
<ul>
<li style="list-style-type: none;">
<ul>
<li><strong>Username: admin</strong></li>
<li><strong>Password: password</strong></li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" class="lazyloaded" src="https://www.securitynewspaper.com/snews-up/2020/01/dvwa_login-1024x448.jpg" data-lazy-src="https://www.securitynewspaper.com/snews-up/2020/01/dvwa_login-1024x448.jpg" data-was-processed="true"><figcaption><strong>Enter Login Credeintials</strong></figcaption></figure>
</div>
<ul>
<li>So for testing on DVWA we are lower the security, as shown below. For that go <strong>DVWA security</strong>.</li>
<li>Click on <strong>low</strong> &amp; then click on <strong>Submit</strong>.</li>
</ul>
<p>&nbsp;</p>
<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" class="lazyloaded" src="https://www.securitynewspaper.com/snews-up/2020/01/dvwa_security-1024x446.jpg" data-lazy-src="https://www.securitynewspaper.com/snews-up/2020/01/dvwa_security-1024x446.jpg" data-was-processed="true"><figcaption><strong>DVWA Security</strong></figcaption></figure>
</div>
<ul>
<li>All the shell backdoor will be uploaded from <a href="https://owasp.org/www-community/vulnerabilities/Unrestricted_File_Upload" rel="external nofollow">File Upload Vulnerability</a>. Click on choose backdoor file &amp; then click on upload. We will show how it work in below steps.</li>
</ul>
<p>&nbsp;</p>
<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" class="lazyloaded" src="https://www.securitynewspaper.com/snews-up/2020/01/dvwa_file_upload-1024x435.jpg" data-lazy-src="https://www.securitynewspaper.com/snews-up/2020/01/dvwa_file_upload-1024x435.jpg" data-was-processed="true"><figcaption><strong>DVWA Vulnerability File Upload</strong></figcaption></figure>
</div>
<ul>
<li>Uploading backdoor, we downloaded earlier.</li>
<li>Starting with first backdoor, 0byt3m1n1_Backdoor.</li>
<li>Go to : <strong>http://192.168.1.105/vulnerabilities/upload</strong></li>
</ul>
<h2 class="has-vivid-red-color has-text-color"><strong>0byt3m1n1_Backdoor</strong></h2>
<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" class="lazyloaded" src="https://www.securitynewspaper.com/snews-up/2020/01/dvwa_upload_backdoor-1024x443.jpg" data-lazy-src="https://www.securitynewspaper.com/snews-up/2020/01/dvwa_upload_backdoor-1024x443.jpg" data-was-processed="true"><figcaption><strong>DVWA Backdoor Upload</strong></figcaption></figure>
</div>
<ul>
<li>Select 0byt3m1n1_Backdoor.</li>
<li>Click on <strong>upload</strong> &amp; you will see “<strong>successfully uploaded</strong>“.</li>
</ul>
<p>&nbsp;</p>
<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" class="lazyloaded" src="https://www.securitynewspaper.com/snews-up/2020/01/dvwa_0byt3m1n1_php_backdoor-1024x434.jpg" data-lazy-src="https://www.securitynewspaper.com/snews-up/2020/01/dvwa_0byt3m1n1_php_backdoor-1024x434.jpg" data-was-processed="true"><figcaption><strong> Vulnerability : File Upload </strong></figcaption></figure>
</div>
<ul>
<li>After uploading the backdoor, attacker can access the web server files. Depending on the backdoor functionality attacker can even make changes or copy the file to another location.</li>
<li>For accessing backdoor, open browser type <strong>http://192.168.1.105/hackable/uploads/0byt3m1n1.php</strong></li>
</ul>
<p>&nbsp;</p>
<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" class="lazyloaded" src="https://www.securitynewspaper.com/snews-up/2020/01/dvwa_backdoor_access-1024x439.jpg" data-lazy-src="https://www.securitynewspaper.com/snews-up/2020/01/dvwa_backdoor_access-1024x439.jpg" data-was-processed="true"><figcaption><strong>0byt3m1n1_Backdoor_access</strong></figcaption></figure>
</div>
<ul>
<li>Above shows that <strong>0byt3m1n1</strong> backdoor shows all the files on web server.</li>
<li><strong>0byt3m1n1</strong> gives basic functionality to edit, rename or delete the files.</li>
</ul>
<p>&nbsp;</p>
<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" class="lazyloaded" src="https://www.securitynewspaper.com/snews-up/2020/01/0byt3m1n1_functions-1024x440.jpg" data-lazy-src="https://www.securitynewspaper.com/snews-up/2020/01/0byt3m1n1_functions-1024x440.jpg" data-was-processed="true"><figcaption><strong>0byt3m1n1 Options</strong></figcaption></figure>
</div>
<ul>
<li>Attacker can edit the files which are found on the server.</li>
<li>As per ethical hacking researcher of International Institute of Cyber Security, if the security configured on server is high, attacker can use advance methods to upload the backdoor, which involves embedding backdoor in image file.</li>
</ul>
<p>&nbsp;</p>
<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" class="lazyloaded" src="https://www.securitynewspaper.com/snews-up/2020/01/0byt3m1n1_php_backdoor-1024x435.jpg" data-lazy-src="https://www.securitynewspaper.com/snews-up/2020/01/0byt3m1n1_php_backdoor-1024x435.jpg" data-was-processed="true"><figcaption><strong>DVWA_email.png</strong></figcaption></figure>
</div>
<h2 class="has-vivid-red-color has-text-color"><strong>ak74shell</strong> Backdoor</h2>
<ul>
<li>Testing another shell backdoors. Go to <strong>http://192.168.1.105/vulnerabilities/upload </strong>for uploading the shell backdoors.</li>
</ul>
<p>&nbsp;</p>
<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" class="lazyloaded" src="https://www.securitynewspaper.com/snews-up/2020/01/ak74shell_php_backdoor-1024x438.jpg" data-lazy-src="https://www.securitynewspaper.com/snews-up/2020/01/ak74shell_php_backdoor-1024x438.jpg" data-was-processed="true"><figcaption><strong>Vulnerability : File Upload</strong></figcaption></figure>
</div>
<ul>
<li>After uploading the backdoor, go to browser type <strong>http://192.168.1.105/hackable/uploads/ak74shell.php</strong></li>
</ul>
<p>&nbsp;</p>
<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" class="lazyloaded" src="https://www.securitynewspaper.com/snews-up/2020/01/ak74shell_php_backdoor-info-1024x439.jpg" data-lazy-src="https://www.securitynewspaper.com/snews-up/2020/01/ak74shell_php_backdoor-info-1024x439.jpg" data-was-processed="true"><figcaption><strong>ak74shell_Backdoor Access</strong></figcaption></figure>
</div>
<ul>
<li><strong>ak74shell</strong> backdoor has many options to explore the web sever.</li>
<li>Starting with General information. This clearly shows the operating system on which website is running and other details like Server software, source IP address &amp; the attacker Ip address.</li>
<li>Moving to another options – <strong>File manager</strong>. File manager shows all files which are available on the web server.</li>
</ul>
<p>&nbsp;</p>
<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" class="lazyloaded" src="https://www.securitynewspaper.com/snews-up/2020/01/ak74shell_backdoor-1024x445.jpg" data-lazy-src="https://www.securitynewspaper.com/snews-up/2020/01/ak74shell_backdoor-1024x445.jpg" data-was-processed="true"><figcaption><strong>ak74shell_Backdoor</strong></figcaption></figure>
</div>
<ul>
<li>Above shows the directories, files with recent change dates, access permission and gives the option for edit, delete.</li>
<li><strong>ak74shell</strong> changes file parameters to run desired code.</li>
</ul>
<p>&nbsp;</p>
<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" class="lazyloaded" src="https://www.securitynewspaper.com/snews-up/2020/01/ak74shell_backdoor_file_edit-1024x437.jpg" data-lazy-src="https://www.securitynewspaper.com/snews-up/2020/01/ak74shell_backdoor_file_edit-1024x437.jpg" data-was-processed="true"><figcaption><strong>ak74shell_Editing_Files</strong></figcaption></figure>
</div>
<ul>
<li>This php backdoor also gives an option to execute command of Linux shell.</li>
<li>Click on “<strong>Execute The Command</strong>” type any linux command. <strong>ls</strong> will show the files in current directory.</li>
</ul>
<p>&nbsp;</p>
<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" class="lazyloaded" src="https://www.securitynewspaper.com/snews-up/2020/01/ak74shell_backdoor_commands-1024x442.jpg" data-lazy-src="https://www.securitynewspaper.com/snews-up/2020/01/ak74shell_backdoor_commands-1024x442.jpg" data-was-processed="true"><figcaption><strong>ak74shell Command Shell</strong></figcaption></figure>
</div>
<ul>
<li>Above the shows the <strong>ak74shell Command Shell</strong> which can be used to change or remove any important file from the server.</li>
</ul>
<h2 class="has-vivid-red-color has-text-color"><strong>p0wny</strong> Backdoor</h2>
<ul>
<li>Testing other php backdoor. Open browser type <strong>http://192.168.1.105/vulerabilites/upload</strong></li>
</ul>
<p>&nbsp;</p>
<figure class="wp-block-image size-large"><img decoding="async" class="lazyloaded" src="https://www.securitynewspaper.com/snews-up/2020/01/p0wny_shell_php_upload-1024x439.jpg" data-lazy-src="https://www.securitynewspaper.com/snews-up/2020/01/p0wny_shell_php_upload-1024x439.jpg" data-was-processed="true"><figcaption><strong>p0wny-Shell Upload</strong></figcaption></figure>
<ul>
<li>After uploading the backdoor. Open browser type <strong>http://192.168.1.105/hackable/uploads/p0wny.php</strong></li>
<li>This backdoor gives direct access to web server files.</li>
<li><strong>p0wny</strong> will open Linux command shell.</li>
<li>Attacker can run different Linux command in order to access directories and files.</li>
</ul>
<p>&nbsp;</p>
<figure class="wp-block-image size-large"><img decoding="async" class="lazyloaded" src="https://www.securitynewspaper.com/snews-up/2020/01/p0wny_shell_php_usage-1024x443.jpg" data-lazy-src="https://www.securitynewspaper.com/snews-up/2020/01/p0wny_shell_php_usage-1024x443.jpg" data-was-processed="true"><figcaption><strong>————————————————SNIP———————————————–</strong></figcaption></figure>
<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" class="lazyloaded" src="https://www.securitynewspaper.com/snews-up/2020/01/p0wny_shell_php_usage02-1024x442.jpg" data-lazy-src="https://www.securitynewspaper.com/snews-up/2020/01/p0wny_shell_php_usage02-1024x442.jpg" data-was-processed="true"><figcaption><strong>P0wny Backdoor</strong></figcaption></figure>
</div>
<ul>
<li>Above shows the <strong>p0wny php backdoor</strong> Linux shell which is most dangerous vulnerability for any web server.</li>
<li>You can similarly test another backdoors which are available on github. This can help to test web application upload vulnerability.</li>
</ul>
<pre class="brush: bash; title: ; notranslate" title="">PHP Shell :
   B374K Shell

   C99 Shell

   R57 Shell

   Wso Shell

   0byt3m1n1 Shell

  Alfa Shell

  AK-47 Shell

  Indoxploit Shell

  Marion001 Shell

  Mini Shell

  p0wny-shell

  Sadrazam Shell

  Webadmin Shell

  WordPress Shell

ASP Shell :
  Pouya Shell

  Kacak Asp Shell

  Asp Cmd (Old ISS)

  Asp Cmd (New ISS)
</pre>
</div>
<p>The post <a href="http://kostacipo.stream/how-backdoors-are-implanted-in-web-servers-with-list-of-all-phpasp-backdoors/">How backdoors are implanted in web servers, with list of all PHP|ASP backdoors</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://kostacipo.stream/how-backdoors-are-implanted-in-web-servers-with-list-of-all-phpasp-backdoors/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
