<?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 testing Archives - Tech Chronicles</title>
	<atom:link href="http://kostacipo.stream/tag/web-testing/feed/" rel="self" type="application/rss+xml" />
	<link>https://kostacipo.stream/tag/web-testing/</link>
	<description>Ramblings of a Tech Dude</description>
	<lastBuildDate>Fri, 07 Feb 2020 10:25:22 +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 testing Archives - Tech Chronicles</title>
	<link>https://kostacipo.stream/tag/web-testing/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Jaeles v0.4 &#8211; The Swiss Army Knife For Automated Web Application Testing</title>
		<link>http://kostacipo.stream/jaeles-v0-4-the-swiss-army-knife-for-automated-web-application-testing/</link>
					<comments>http://kostacipo.stream/jaeles-v0-4-the-swiss-army-knife-for-automated-web-application-testing/#respond</comments>
		
		<dc:creator><![CDATA[Majordomo]]></dc:creator>
		<pubDate>Fri, 07 Feb 2020 10:25:22 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Pentesting]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[web testing]]></category>
		<guid isPermaLink="false">http://www.kostacipo.stream/?p=1739</guid>

					<description><![CDATA[<p>&#160; Jaeles is a powerful, flexible and easily extensible framework written in Go for building your own Web Application Scanner. InstallationDownload precompiled version here.If you have a Go environment, make sure you have Go &#62;= 1.13 with Go Modules enable and run the following command. GO111MODULE=on go get -u github.com/jaeles-project/jaeles Please visit the Official Documention [&#8230;]</p>
<p>The post <a href="http://kostacipo.stream/jaeles-v0-4-the-swiss-army-knife-for-automated-web-application-testing/">Jaeles v0.4 &#8211; The Swiss Army Knife For Automated Web Application Testing</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<p><strong>Jaeles</strong> is a powerful, flexible and easily extensible framework written in Go for building your own Web Application Scanner.</p>
<p><b>Installation</b><br />Download <a title="precompiled version here" href="https://github.com/jaeles-project/jaeles/releases" target="_blank" rel="nofollow noopener noreferrer">precompiled version here</a>.<br />If you have a Go environment, make sure you have <strong>Go &gt;= 1.13</strong> with Go Modules enable and run the following command.</p>
<div>
<pre><code>GO111MODULE=on go get -u github.com/jaeles-project/jaeles</code></pre>
</div>
<p>Please visit the <a title="Official Documention" href="https://jaeles-project.github.io/" target="_blank" rel="nofollow noopener noreferrer">Official Documention</a> for more details.<br />Checkout <a title="Signature Repo" href="https://github.com/jaeles-project/jaeles-signatures" target="_blank" rel="nofollow noopener noreferrer">Signature Repo</a> for base signature and passive signature.<br /><a name="more"></a><br /><b>Usage</b><br />More usage <a title="here" href="https://jaeles-project.github.io/usage/" target="_blank" rel="nofollow noopener noreferrer">here</a><br />Example commands.</p>
<div>
<pre><code>jaeles scan -u http://example.com

jaeles scan -s signatures/common/phpdebug.yaml -U /tmp/list_of_urls.txt

jaeles scan -v --passive --verbose -s "signatures/cves/jira-*" -U /tmp/list_of_urls.txt -o /tmp/vuls

jaeles server --verbose -s sqli</code></pre>
</div>
<p><b>Showcases</b><br />More showcase <a title="here" href="https://jaeles-project.github.io/showcases/" target="_blank" rel="nofollow noopener noreferrer">here</a></p>
<div class="separator"><a href="https://asciinema.org/a/281205"><img fetchpriority="high" decoding="async" src="https://1.bp.blogspot.com/-mHDk35NpfOs/XjomXH1_xoI/AAAAAAAARmM/GPjc-TdGP2o4jDptuilvk2Euc9YnjXT-gCNcBGAsYHQ/s640/281205.png" data-original-height="649" data-original-width="1600" width="640" height="258" border="0"></a></div>
<p>&nbsp;</p>
<div align="center">Detect Jira SSRF CVE-2019-8451</div>
<p><b>Burp Integration</b></p>
<div class="separator"><a href="https://1.bp.blogspot.com/-8_3HoqrH3YU/XjomfatsG4I/AAAAAAAARmQ/MjVxQfG7Ar8lVL90Gn3ehG4Kr0yp9tsIgCNcBGAsYHQ/s1600/jaeles_7_Burp-Integration.gif"><img decoding="async" src="https://1.bp.blogspot.com/-8_3HoqrH3YU/XjomfatsG4I/AAAAAAAARmQ/MjVxQfG7Ar8lVL90Gn3ehG4Kr0yp9tsIgCNcBGAsYHQ/s640/jaeles_7_Burp-Integration.gif" data-original-height="483" data-original-width="800" width="640" height="386" border="0"></a></div>
<p>Plugin can be found <a title="here" href="https://github.com/jaeles-project/jaeles-plugins/blob/master/jaeles-burp.py" target="_blank" rel="nofollow noopener noreferrer">here</a> and Video Guide <a title="here" href="https://youtu.be/1lxsYhfTq3M" target="_blank" rel="nofollow noopener noreferrer">here</a></p>
<p><b>Planned Features</b></p>
<ul>
<li>Adding more signatures.</li>
<li>Adding more input sources.</li>
<li>Adding more APIs to get access to more properties of the request.</li>
<li>Adding proxy plugins to directly receive input from browser of http client.</li>
<li><del>Adding passive signature for passive checking each request.</del></li>
<li>Adding more action on Web UI.</li>
<li>Integrate with many other tools.</li>
</ul>
<p><b>Credits</b></p>
<ul>
<li>Special thanks to <a title="chaitin" href="https://github.com/chaitin/xray" target="_blank" rel="nofollow noopener noreferrer">chaitin</a> team for sharing ideas to me for build the architecture.</li>
<li>React components is powered by <a title="Carbon" href="https://www.carbondesignsystem.com/" target="_blank" rel="nofollow noopener noreferrer">Carbon</a> and <a title="carbon-tutorial" href="https://github.com/carbon-design-system/carbon-tutorial" target="_blank" rel="nofollow noopener noreferrer">carbon-tutorial</a>.</li>
<li>Awesomes artworks are powered by <a title="Freepik" href="http://freepik.com/" target="_blank" rel="nofollow noopener noreferrer">Freepik</a> at <a title="flaticon.com" href="http://flaticon.com/" target="_blank" rel="nofollow noopener noreferrer">flaticon.com</a>.</li>
</ul>
<div><b><a class="kiploit-download" title="Download Jaeles" href="https://github.com/jaeles-project/jaeles" target="_blank" rel="nofollow noopener noreferrer">Download Jaeles</a></b></div>
<p>The post <a href="http://kostacipo.stream/jaeles-v0-4-the-swiss-army-knife-for-automated-web-application-testing/">Jaeles v0.4 &#8211; The Swiss Army Knife For Automated Web Application Testing</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://kostacipo.stream/jaeles-v0-4-the-swiss-army-knife-for-automated-web-application-testing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
