Untitled
4 years ago in Plain Text
<!DOCTYPE html>
<html dir='ltr' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<link href='https://www.blogger.com/static/v1/widgets/14020288-widget_css_bundle.css' rel='stylesheet' type='text/css'/>
<meta content='width=device-width, initial-scale=1' name='viewport'/>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
<meta content='blogger' name='generator'/>
<link href='http://www.diventarehacker.it/favicon.ico' rel='icon' type='image/x-icon'/>
<link href='http://www.diventarehacker.it/p/python-e-larte-dellhacking.html' rel='canonical'/>
<link rel="alternate" type="application/atom+xml" title="Diventare Hacker - Atom" href="http://www.diventarehacker.it/feeds/posts/default" />
<link rel="alternate" type="application/rss+xml" title="Diventare Hacker - RSS" href="http://www.diventarehacker.it/feeds/posts/default?alt=rss" />
<link rel="service.post" type="application/atom+xml" title="Diventare Hacker - Atom" href="https://www.blogger.com/feeds/638875891875607163/posts/default" />
<!--Can't find substitution for tag [blog.ieCssRetrofitLinks]-->
<meta content='http://www.diventarehacker.it/p/python-e-larte-dellhacking.html' property='og:url'/>
<meta content='Python e l&#39;arte dell&#39;hacking' property='og:title'/>
<meta content='Guide sull&#39;hacking e sulla sicurezza informatica' property='og:description'/>
<meta content='http://4.bp.blogspot.com/-KzPqprRo5Hg/UoaSR4XVnwI/AAAAAAAAAPA/gntRHo5Hkog/w1200-h630-p-k-no-nu/Python+e+l&#39;arte+dell&#39;hacking.png' property='og:image'/>
<!--[if IE]> <script> (function() { var html5 = ("abbr,article,aside,audio,canvas,datalist,details," + "figure,footer,header,hgroup,mark,menu,meter,nav,output," + "progress,section,time,video").split(','); for (var i = 0; i < html5.length; i++) { document.createElement(html5[i]); } try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} })(); </script> <![endif]-->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro%3A300%2C400%2C700%2C300italic%2C400italic%2C700italic&subset=latin%2Clatin-ext&ver=3.9-beta2-27806' media='all' rel='stylesheet' type='text/css'/>
<link href='http://fonts.googleapis.com/css?family=PT+Serif%3A400%2C700%2C400italic%2C700italic&subset=latin%2Clatin-ext&ver=3.9-beta2-27806' media='all' rel='stylesheet' type='text/css'/>
<link href='//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css' rel='stylesheet'/>
<title>Python e l'arte dell'hacking ~ Diventare Hacker</title>
<style id='page-skin-1' type='text/css'><!--
/*
-----------------------------------------------
Template Name : Sorbet
Author : NewBloggerThemes.com
Author URL : http://newbloggerthemes.com/
Theme URL : http://newbloggerthemes.com/sorbet-blogger-template/
Created Date : Sunday, March 30, 2014
License : GNU General Public License v2 or later
----------------------------------------------- */
body#layout ul{list-style-type:none;list-style:none}
body#layout ul li{list-style-type:none;list-style:none}
body#layout #headerbwrap {height:auto;}
body#layout #blogtitle {min-height:120px;}
body#layout #content {}
body#layout #slider {display:none;}
body#layout .sidebarrdivsearch {display:none;}
body#layout #headbox{display:none;}
body#layout #nav2{width:90%;}
/* Variable definitions
====================
*/
/* Use this with templates/template-twocol.html */
.section, .widget {
margin:0;
padding:0;
}
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, th {
border: 0;
font-family: Tahoma;
font-size: 100%;
font-style: inherit;
font-weight: 100;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%;
/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow-y: scroll;
/* Keeps page centered in all browsers regardless of content height */
-webkit-text-size-adjust: 100%;
/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%;
/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after {
/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
-webkit-box-sizing: border-box;
/* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
-moz-box-sizing: border-box;
/* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
box-sizing: border-box;
}
body {
background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
table {
/* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td, th {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
a img {
border: 0;
}
/* =Rebuild
----------------------------------------------- */
* html {
font-size: 100%;
}
html {
font-size: 16px;
line-height: 1.5em;
}
body,
button,
input,
select,
textarea {
color: #404040;
font-family: Georgia, "Bitstream Charter", serif;
font-size: 16px;
font-weight: 400;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
clear: both;
}
hr {
border: 1px solid #ccc;
border-width: 0 0 1px 0;
height: 0;
margin-top: -1px;
margin-bottom: 24px;
padding-top: 24px;
}
/* Text elements */
p {
margin-bottom: 24px;
}
ul, ol {
margin: 0px;
padding:0px;
list-style-type:none;
list-style:none
}
ul {
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 24px;
}
dt {
font-weight: 600;
}
dd {
margin: 0 24px 24px;
}
b, strong {
font-weight: 600;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 24px;
}
address {
margin: 0 0 24px;
}
pre {
background: rgba(119, 119, 119, 0.5);
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 0.9375em;
line-height: 1.6em;
margin-top: -2px;
margin-bottom: 24px;
max-width: 100%;
overflow: auto;
padding: 24px;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 0.875em;
line-height: 1.71429em;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
table {
margin: 0 0 24px;
width: 100%;
}
th {
font-weight: bold;
}
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */
}
/* Alignment */
.alignleft {
display: inline;
float: left;
margin-right: 24px;
}
.alignright {
display: inline;
float: right;
margin-left: 24px;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
/* Text meant only for screen readers */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #fff;
border: 1px solid #000;
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
clip: auto !important;
display: inline-block;
font-weight: 600;
line-height: 24px;
padding: 24px;
z-index: 100000;
position: absolute !important;
top: 24px;
left: 24px;
}
/* Clearing */
.clear:before,
.clear:after {
content: '';
display: table;
}
.clear:after {
clear: both;
}
.entry-content:before,
.entry-content:after {
content: '';
display: table;
}
.entry-content:after {
clear: both;
}
.comment-content:before,
.comment-content:after {
content: '';
display: table;
}
.comment-content:after {
clear: both;
}
.site-header:before,
.site-header:after {
content: '';
display: table;
}
.site-header:after {
clear: both;
}
.bwrapsite-content:before,
.bwrapsite-content:after {
content: '';
display: table;
}
.bwrapsite-content:after {
clear: both;
}
.site-footer:before,
.site-footer:after {
content: '';
display: table;
}
.site-footer:after {
clear: both;
}
/* =Forms
----------------------------------------------- */
button,
input,
select,
textarea {
margin: 0;
/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
vertical-align: baseline;
/* Improves appearance and consistency in all browsers */
*vertical-align: middle;
/* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid #ccc;
border-color: #ccc #ccc #bbb #ccc;
border-radius: 3px;
background: #e6e6e6;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, 0.8);
cursor: pointer;
/* Improves usability and consistency of cursor style between image-type 'input' and others */
-webkit-appearance: button;
/* Corrects inability to style clickable 'input' types in iOS */
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa #bbb;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
/* Addresses excess padding in IE8/9 */
}
input[type="search"] {
-webkit-appearance: textfield;
/* Addresses appearance set to searchfield in S5, Chrome */
-webkit-box-sizing: content-box;
/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px;
}
textarea {
overflow: auto;
/* Removes default vertical scrollbar in IE6/7/8/9 */
padding-left: 3px;
vertical-align: top;
/* Improves readability and alignment in all browsers */
width: 98%;
}
* html {
font-size: 112.5%;
}
html {
font-size: 18px;
line-height: 1.5em;
}
h6, button,
input[type="button"],
input[type="reset"],
input[type="submit"], .site-footer, .main-navigation, .secondary-navigation, a.nbtmore-link, .nbtentry-meta, .nbtentry-meta a, .pingback .edit-link,
.trackback .edit-link, #cancel-comment-reply-link, .reply, .comment-metadata, .comment-metadata a, .comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment, #infinite-footer .blog-info a,
#infinite-footer .blog-credits, #infinite-handle span {
letter-spacing: 0px;
text-transform: uppercase;
}
.entry-format, .hentry:before, .togglesnbtdiv .togglenbtclass:before, .nbtcomments-link:before,
.nbtpost-date:before,
.sticky .nbtpost-date:before,
.nbttags-links:before,
.nbtbyline:before,
.edit-link:before, .page-title:before, .bwrapsite-content [class*="paging-navigation"] a:before,
.bwrapsite-content [class*="post-navigation"] a:before, #cancel-comment-reply-link:before, .reply:before, .bwrapsocial-links ul a:before {
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
font-size: 24px;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: none;
vertical-align: text-bottom;
}
.entry-format, .hentry:before {
font-size: 2.61111em;
line-height: 1.14894em;
background: #f45145;
border-radius: 50%;
color: white;
display: block;
line-height: 80px;
margin-left: -40px;
position: absolute;
top: -44px;
left: 50%;
text-align: center;
width: 80px;
height: 80px;
}
@media screen and (max-width: 47.2226em) {
.entry-format, .hentry:before {
font-size: 1.61111em;
line-height: 1.86207em;
width: 60px;
height: 60px;
top: -32px;
margin-left: -30px;
line-height: 60px;
}
}
/* =Global */
body {
background: #f0f1f3;
color: #656e7f;
font-family: "PT Serif","Source Sans Pro", Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 27px;
}
button,
input,
select,
textarea {
background: white;
color: #242d36;
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
/* Alignment */
.alignleft {
display: inline;
float: left;
margin: 13.5px 27px 13.5px 0;
}
.alignright {
display: inline;
float: right;
margin: 13.5px 0 13.5px 27px;
}
.aligncenter {
clear: both;
display: block;
margin: 13.5px auto;
}
/* Headings */
h1 {
line-height: 0.57447em;
color: #242d36;
font-family: "PT Serif", Georgia, Times, serif;
font-size: 47px;
margin: 27px 0;
}
h2 {
line-height: 0.93103em;
color: #242d36;
font-family: "PT Serif", Georgia, Times, serif;
font-size: 32px;
margin: 27px 0;
}
h3 {
line-height: 1.17391em;
color: #242d36;
font-family: "PT Serif", Georgia, Times, serif;
font-size: 23px;
margin: 27px 0;
}
h4 {
line-height: 1.5em;
color: #242d36;
font-family: "PT Serif", Georgia, Times, serif;
font-size: 18px;
margin: 27px 0;
}
h5 {
line-height: 1.5em;
color: #242d36;
font-family: "PT Serif", Georgia, Times, serif;
font-size: 18px;
margin: 27px 0;
}
h6 {
line-height: 1.8em;
color: #242d36;
font-family: "PT Serif", Georgia, Times, serif;
font-size: 15px;
margin: 27px 0;
}
h5 {
font-style: italic;
}
hr {
background-color: #242d36;
height: 1px;
margin-bottom: 26px;
padding: 0;
}
/* Text elements */
p {
margin-bottom: 27px;
}
ul {
margin: 0px;
padding:0px;
list-style-type:none;
list-style:none
}
ul ul {
list-style: square;
}
ul ul ul {
list-style: circle;
}
ol {
margin: 0 0 10px 17px;
list-style: decimal;
}
ol ol {
list-style: lower-alpha;
}
ol ol ol {
list-style: lower-roman;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 27px;
}
dt {
font-weight: 400;
}
dd {
margin: 13.5px 0 13.5px 27px;
}
b, strong {
font-weight: bold;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
color: #9ba2af;
font-family: "PT Serif", Georgia, Times, serif;
border-left: 5px solid rgba(155, 162, 175, 0.25);
margin-left: 0;
margin-right: 0;
margin-bottom: 27px;
padding-left: 27px;
}
blockquote blockquote {
font-size: inherit;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 0.83333em;
line-height: 1.8em;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background-color: #242d36;
border: 0;
border-radius: 0;
color: #f0f1f3;
padding: 13.5px 27px;
text-shadow: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background-color: #242d36;
color: rgba(240, 241, 243, 0.7);
}
@media screen and (max-width: 47.2226em) {
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-size: 0.83333em;
line-height: 1.8em;
padding: 13.5px;
width: 100%;
}
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
background: #f9f9fa;
border: 1px solid #f0f1f3;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 100%;
padding: 12.5px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
background: white;
border: 1px solid #f77e75;
outline: none;
}
@media screen and (max-width: 47.2226em) {
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 13.5px;
width: 100%;
}
}
textarea {
background: #f9f9fa;
border: 1px solid #f0f1f3;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 100%;
padding: 12.5px;
}
textarea:focus {
background: white;
border: 1px solid #f77e75;
outline: none;
}
@media screen and (max-width: 47.2226em) {
textarea {
padding: 13.5px;
width: 100%;
}
}
address {
font-style: italic;
margin-bottom: 27px;
}
pre {
background: rgba(0, 0, 0, 0.03);
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 0.83333em;
line-height: 1.8em;
margin-bottom: 27px;
padding: 27px;
overflow: auto;
max-width: 100%;
}
code, kbd, tt, var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 0.83333em;
line-height: 1.8em;
}
abbr, acronym {
border-bottom: 1px dotted #9ba2af;
cursor: help;
margin-bottom: 26px;
}
mark, ins {
background: fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 0.83333em;
line-height: 1.8em;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: 0.5ex;
}
small {
font-size: 0.83333em;
line-height: 1.8em;
}
big {
font-size: 1.27778em;
line-height: 1.17391em;
}
figure {
margin: 0;
}
table {
margin-bottom: 27px;
width: 100%;
}
td, th {
border-bottom: 1px solid rgba(155, 162, 175, 0.25);
border-collapse: collapse;
padding: 6.75px 3px 5.75px;
}
th {
font-weight: 700;
}
img {
height: auto;
max-width: 100%;
}
/* Links */
a {
color: #f45145;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a:visited {
color: #f45145;
}
a:hover, a:focus, a:active {
color: #f77e75;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
/* Show or hide a11y text */
/* Clearing */
/* =Layout */
.site-header {
background: #242d36;
border-bottom: 5px solid #1e252d;
margin: 0;
position: relative;
width: 100%;
z-index: 100;
}
.site-header img {
display: block;
margin: 0 auto;
max-height: 200px;
}
.bwrapsite-content {
margin: 81px auto 0;
max-width: 55.556em;
}
@media screen and (max-width: 59.306em) {
.bwrapsite-content {
max-width: 41.667em;
}
}
@media screen and (max-width: 47.2226em) {
.bwrapsite-content {
margin-top: 54px;
}
}
.content-area {
float: left;
margin: 0 -25% 0 0;
width: 100%;
}
@media screen and (max-width: 47.2226em) {
.content-area {
clear: both;
float: none;
margin: 0 auto;
}
}
.bwrapsite-main,
.page-template-nosidebar-page-php .bwrapsite-main {
margin: 0 15%;
}
@media screen and (max-width: 59.306em) {
.bwrapsite-main,
.page-template-nosidebar-page-php .bwrapsite-main {
margin: 0 auto;
}
}
.right-sidebar .bwrapsite-main {
margin: 0 30% 0 0;
}
@media screen and (max-width: 47.2226em) {
.right-sidebar .bwrapsite-main {
clear: both;
float: none;
margin: 0 auto;
}
}
.bwrapsite-content .bwrapwidget-area {
float: right;
overflow: hidden;
width: 25%;
}
@media screen and (max-width: 47.2226em) {
.bwrapsite-content .bwrapwidget-area {
clear: both;
float: none;
margin: 27px auto 0;
padding: 0 27px;
width: 100%;
}
}
.site-footer {
background: #242d36;
border-top: 5px solid #1a2027;
clear: both;
color: #f0f1f3;
font-size: 0.73333em;
line-height: 1.8em;
margin: 27px auto 0;
padding: 27px;
text-align: center;
width: 100%;
}
.site-footer a {
color: #f0f1f3;
text-decoration: none;
}
.site-info {
margin: 0 auto;
max-width: 55.556em;
}
@media screen and (max-width: 59.306em) {
.site-info {
max-width: 41.667em;
}
}
/* =Header */
.site-header-wrapper {
margin: 0 auto;
max-width: 55.556em;
}
@media screen and (max-width: 59.306em) {
.site-header-wrapper {
max-width: 41.667em;
}
}
.bwrapsite-branding {
float: left;
margin: 13.5px 0 8.5px;
max-width: 60%;
}
@media screen and (max-width: 47.2226em) {
.bwrapsite-branding {
clear: both;
float: none;
margin: 27px auto;
max-width: 100%;
text-align: center;
width: 100%;
}
}
.site-title {
font-size: 1.27778em;
line-height: 1.17391em;
margin: 0;
}
.site-title a {
color: #f0f1f3;
padding: 0;
text-decoration: none;
}
.site-description {
color: rgba(240, 241, 243, 0.6);
font-size: 0.83333em;
line-height: 1.8em;
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
margin: 0;
}
.togglesnbtdiv {
float: right;
margin: 13.5px 0 8.5px;
text-align: right;
width: 33%;
}
@media screen and (max-width: 47.2226em) {
.togglesnbtdiv {
clear: both;
float: none;
width: 100%;
text-align: center;
}
}
.togglesnbtdiv .togglenbtclass {
cursor: pointer;
display: inline-block;
}
.togglesnbtdiv .togglenbtclass.active:before {
color: white;
}
.togglesnbtdiv .togglenbtclass:hover:before {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
color: white;
}
.togglesnbtdiv .togglenbtclass:before {
vertical-align: middle;
font-size: 1.61111em;
line-height: 1.86207em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background-color: #f45145;
border-radius: 50%;
color: rgba(255, 255, 255, 0.6);
cursor: pointer;
display: block;
line-height: 50px;
margin-left: 6.75px;
position: relative;
text-align: center;
width: 50px;
height: 50px;
}
@media screen and (max-width: 47.2226em) {
.togglesnbtdiv .togglenbtclass:before {
margin: 0 3.375px;
}
}
.togglesnbtdiv #menu-toggle:before {
background-color: #f45145;
content: "\f0c9";
font-family: FontAwesome;
font-size: 1.27778em;
line-height: 1.17391em;
line-height: 50px;
top: -2px;
}
.togglesnbtdiv #sidebar-toggle:before {
line-height: 50px;
background-color: #f77e75;
content: "\f013";
font-family: FontAwesome;
}
.togglesnbtdiv #social-links-toggle:before {
font-size: 1.61111em;
line-height: 1.86207em;
line-height: 50px;
background-color: #cdd851;
content: "\f004";
font-family: FontAwesome;
}
.togglesnbtdiv #search-toggle:before {
line-height: 50px;
background-color: #b1e8e6;
content: "\f002";
font-family: FontAwesome;
}
.panel .bwrapwidget-area:before,
.panel .bwrapwidget-area:after {
content: "";
display: table;
}
.panel .bwrapwidget-area:after {
clear: both;
}
.panel {
display: none;
margin: 0;
position: relative;
width: 100%;
z-index: 3;
}
.panel#social-links-toggle-nav {
display: none;
background: #cdd851;
border-bottom: 5px solid #c6d238;
}
.panel#search-toggle-nav {
dislpay: none;
background: #b1e8e6;
border-bottom: 5px solid #a5e5e2;
}
.panel#menu-toggle-nav {
display: block;
background: #f45145;
border-bottom: 5px solid #f23628;
}
.panel#sidebar-toggle-nav {
display: none;
background: #f77e75;
border-bottom: 5px solid #f56358;
}
.panel .bwrapwidget-areas:before,
.panel .bwrapwidget-areas:after {
content: "";
display: table;
}
.panel .bwrapwidget-areas:after {
clear: both;
}
.panel .bwrapwidget-areas {
margin: 0 auto;
max-width: 55.556em;
padding: 13.5px 0 0;
}
@media screen and (max-width: 59.306em) {
.panel .bwrapwidget-areas {
padding: 27px;
}
}
.panel .bwrapwidget-area {
color: white;
float: left;
margin-right: 5%;
width: 30%;
}
.panel .bwrapwidget-area .widget {
line-height: 1.8em;
}
.panel .bwrapwidget-area .widget a {
color: white;
}
.panel .bwrapwidget-area .widget .widget-title {
color: white;
}
.panel .bwrapwidget-area .widget .widget h2 {
color: white;
}
@media screen and (max-width: 47.2226em) {
.panel .bwrapwidget-area {
clear: both;
float: none;
width: 100%;
}
}
.panel .bwrapwidget-area:nth-of-type(3n) {
margin-right: 0;
}
.panel .search-wrapper {
margin: 0 auto;
max-width: 55.556em;
padding: 13.5px 0;
}
.panel .search-wrapper input[type="search"] {
font-size: 1.27778em;
line-height: 1.17391em;
border: 0;
border-radius: 0;
margin: 0;
padding: 13.5px 27px;
width: 70%;
}
@media screen and (max-width: 47.2226em) {
.panel .search-wrapper input[type="search"] {
font-size: 0.83333em;
line-height: 1.8em;
padding: 13.5px;
}
}
.panel .search-wrapper input[type="submit"] {
font-size: 1.27778em;
line-height: 1.17391em;
float: right;
margin: 0;
width: 25%;
}
@media screen and (max-width: 47.2226em) {
.panel .search-wrapper input[type="submit"] {
font-size: 0.83333em;
line-height: 1.8em;
padding: 13.5px 6.75px;
width: 28%;
}
}
@media screen and (max-width: 59.306em) {
.panel .search-wrapper {
max-width: 41.667em;
}
}
@media screen and (max-width: 47.2226em) {
.panel .search-wrapper {
padding-left: 27px;
padding-right: 27px;
}
}
/* =Menu */
.main-navigation {
font-size: 0.83333em;
line-height: 1.8em;
color: #f77e75;
display: block;
margin: 0 auto;
padding: 13.5px 0;
position: relative;
max-width: 55.556em;
text-align: center;
width: 100%;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
position: relative;
}
.main-navigation ul li:hover > ul {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 1;
visibility: visible;
}
.main-navigation ul ul {
display: block;
float: left;
left: -6.75px;
position: absolute;
top: 27px;
text-align: left;
opacity: 0;
visibility: hidden;
z-index: 999;
}
.main-navigation ul ul a {
line-height: 1.19118em;
width: 216px;
padding: 13.5px;
}
.main-navigation ul ul a:hover {
color: #f0f1f3;
}
.main-navigation ul ul:before {
border-top: 0;
border-left: 13.5px solid transparent;
border-right: 13.5px solid transparent;
border-bottom: 13.5px solid #242d36;
content: "";
display: block;
position: relative;
top: 0;
left: 27px;
width: 0;
height: 13.5px;
}
.main-navigation ul ul ul {
left: 100%;
top: 0;
}
.main-navigation ul ul ul:before {
display: none;
}
.main-navigation li {
display: inline-block;
margin: 3.375px 13.5px;
position: relative;
}
@media screen and (max-width: 47.2226em) {
.main-navigation li {
margin: 0;
}
}
.main-navigation li li {
background: #242d36;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
margin: 0;
}
.main-navigation a {
color: rgba(255, 255, 255, 0.6);
display: inline-block;
text-decoration: none;
}
.main-navigation a:hover {
color: white;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
color: white;
}
@media screen and (max-width: 47.2226em) {
.main-navigation {
padding-top: 0;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}
.main-navigation ul ul {
display: block;
float: none;
opacity: 1;
position: relative;
visibility: visible;
top: auto;
}
.main-navigation ul ul:before {
display: none;
}
.main-navigation ul ul li {
background: transparent;
border-bottom: 0;
}
.main-navigation ul ul a {
padding: 13.5px 13.5px 13.5px 27px;
width: auto;
}
.main-navigation ul ul ul {
left: auto;
top: auto;
}
.main-navigation ul ul ul a {
padding-left: 54px;
}
.main-navigation ul li:hover > ul {
display: block;
}
.main-navigation li {
display: block;
position: relative;
}
.main-navigation a {
border-top: 1px solid rgba(255, 255, 255, 0.25);
color: white;
display: block;
padding: 13.5px;
text-decoration: none;
}
.main-navigation ul:first-child > li:first-child > a {
border-top: 0;
}
}
.secondary-navigation {
font-size: 0.83333em;
line-height: 1.8em;
margin: 27px 0;
text-align: center;
}
.secondary-navigation ul {
list-style: none;
margin: 0 27px;
padding: 0;
}
.secondary-navigation li {
display: inline-block;
list-style: none;
margin: 0 10px 0 0;
}
.secondary-navigation li:after {
content: "\f0c1";
margin: 0 0 0 9px;
font-family: FontAwesome;
}
.secondary-navigation li:last-of-type:after {
display: none;
}
.secondary-navigation a {
color: #9ba2af;
}
/* =Content */
.entry-format {
background: transparent;
color: transparent;
z-index: 4;
}
.hentry {
background-color: white;
border-top: 8px solid #f45145;
margin: 0 0 81px;
padding: 27px 27px 22px;
position: relative;
}
.hentry:after {
border-top: 3px solid #f23628;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0;
z-index: 1;
}
.hentry:before {
content: "\f0c1";
z-index: 2;
font-family: FontAwesome;
}
@media screen and (max-width: 47.2226em) {
.hentry {
margin-bottom: 54px;
}
}
.search-no-results .hentry:before {
display: none;
}
.search-no-results .hentry .search-field {
display: block;
float: left;
margin-right: 13.5px;
}
.error404 .hentry:before {
display: none;
}
.error404 .hentry .search-field {
display: block;
float: left;
margin-right: 13.5px;
}
.nbtbyline {
}
.single .nbtbyline,
.group-blog .nbtbyline {
display: inline;
}
.entry-content,
.entry-summary {
margin-bottom: 17px;
margin-top: 17px;
}
.entry-thumbnail img {
display: block;
margin: 0 auto;
}
a.nbtmore-link {
font-size: 0.83333em;
line-height: 1.8em;
color: #9ba2af;
text-decoration: none;
}
.entry-title {
line-height: 1.14894em;
color: #f45145;
margin: 20px 0;
text-align: center;
}
.entry-title a {
color: #f45145;
text-decoration: none;
}
@media screen and (max-width: 47.2226em) {
.entry-title {
font-size: 1.61111em;
line-height: 1.86207em;
line-height: 1.39655em;
}
}
.nbtentry-meta, .nbtentry-meta a, .pingback .edit-link {
color: #9ba2af;
font-size: 0.83333em;
line-height: 1.8em;
}
.nbtentry-meta a, .pingback .edit-link a {
font-size: inherit;
}
.nbtcomments-link,
.nbtpost-date,
.sticky .nbtpost-date,
.nbttags-links,
.nbtbyline,
.edit-link {
margin-right: 15px;
}
.nbtcomments-link a,
.nbtpost-date a,
.sticky .nbtpost-date a,
.nbttags-links a,
.nbtbyline a,
.edit-link a {
text-decoration: none;
}
.nbtcomments-link:before,
.nbtpost-date:before,
.sticky .nbtpost-date:before,
.nbttags-links:before,
.nbtbyline:before,
.edit-link:before {
margin-right: 8px;
}
@media screen and (max-width: 47.2226em) {
.nbtcomments-link,
.nbtpost-date,
.sticky .nbtpost-date,
.nbttags-links,
.nbtbyline,
.edit-link {
clear: both;
display: block;
float: none;
margin: 0;
width: 100%;
}
}
.nbtcomments-link:before {
content: "\f075";
font-family: FontAwesome;
}
.nbtpost-date:before {
content: "\f017";
font-family: FontAwesome;
}
.nbttags-links:before {
content: "\f02b";
font-family: FontAwesome;
}
.nbtbyline:before {
content: "\f007";
font-family: FontAwesome;
}
.sep {
margin: 0 6.75px;
}
.page-title {
color: #9ba2af;
display: inline-block;
font-size: 1.27778em;
line-height: 1.17391em;
margin: 0 0 54px;
}
@media screen and (max-width: 47.2226em) {
.page-title {
padding: 0 27px;
text-align: center;
}
}
.page-title:before {
font-size: 1.33333em;
line-height: 2.25em;
line-height: 1.125em;
margin-right: 3px;
}
/* Search */
.search-results .page .sep:first-of-type {
display: none;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
max-width: 100%;
}
/* =Widgets */
.panel .bwrapwidget-area .widget {
font-size: 0.83333em;
margin-bottom: 27px;
overflow: hidden;
}
#secondarybwrap .widget {
font-size: 0.83333em;
line-height: 1.8em;
margin-bottom: 27px;
overflow: hidden;
}
.widget select {
max-width: 100%;
margin-left: 1px;
}
#secondarybwrap .widget a, .panel .bwrapwidget-area .widget a {
text-decoration: none;
}
.widget-title {
font-size: 1.27778em;
line-height: 1.17391em;
color: #242d36;
margin: 13.5px 0;
}
.panel .bwrapwidget-area .widget h2 {
font-size: 1.27778em;
line-height: 1.17391em;
margin: 13.5px 0;
}
#secondarybwrap .widget h2 {
font-size: 1.27778em;
line-height: 1.17391em;
color: #242d36;
margin: 0 0 13.5px 0;
}
.widget_search input {
border-color: #e2e4e8;
width: 100%;
}
.widget_search input[type="submit"] {
display: none;
}
@media screen and (max-width: 47.2226em) {
.widget_search input[type="submit"] {
font-size: 1.27778em;
line-height: 1.17391em;
display: block;
}
}
/* =Social Links */
.bwrapsocial-links {
margin: 0 auto;
max-width: 55.556em;
padding: 13.5px 0;
text-align: center;
}
.bwrapsocial-links ul {
list-style: none;
margin: 0;
padding: 0;
}
.bwrapsocial-links ul li {
display: inline-block;
list-style: none;
margin: 0;
}
.bwrapsocial-links ul a {
display: inline-block;
margin-right: 4.5px;
text-decoration: none;
}
.bwrapsocial-links ul a:before {
font-size: 1.77778em;
line-height: 1.6875em;
background: rgba(255, 255, 255, 0.5);
border-radius: 50%;
color: #cdd851;
display: block;
line-height: 1;
margin-top: 6.75px;
margin-bottom: 6.75px;
padding: 9px;
text-align: center;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
width: 1.6em;
}
.bwrapsocial-links ul a:hover {
text-decoration: none;
}
.bwrapsocial-links ul a:hover:before {
background: white;
text-decoration: none;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.bwrapsocial-links ul:last-of-type {
margin-right: 0;
}
.bwrapsocial-links ul a[href*="facebook.com"]:before {
content: "\f09a";
font-family: FontAwesome;
}
.bwrapsocial-links ul a[href*="twitter.com"]:before {
content: "\f099";
font-family: FontAwesome;
}
.bwrapsocial-links ul a[href*="dribbble.com"]:before {
content: "\f17d";
font-family: FontAwesome;
}
.bwrapsocial-links ul a[href*="plus.google.com"]:before {
content: "\f0d5";
font-family: FontAwesome;
}
.bwrapsocial-links ul a[href*="pinterest.com"]:before {
content: "\f0d2";
font-family: FontAwesome;
}
.bwrapsocial-links ul a[href*="github.com"]:before {
content: "\f09b";
font-family: FontAwesome;
}
.bwrapsocial-links ul a[href*="tumblr.com"]:before {
content: "\f173";
font-family: FontAwesome;
}
.bwrapsocial-links ul a[href*="youtube.com"]:before {
content: "\f167";
font-family: FontAwesome;
}
.bwrapsocial-links ul a[href*="flickr.com"]:before {
content: "\f16e";
font-family: FontAwesome;
}
.bwrapsocial-links ul a[href*="vimeo.com"]:before {
content: "\f194";
font-family: FontAwesome;
}
.bwrapsocial-links ul a[href*="instagram.com"]:before {
content: "\f16d";
font-family: FontAwesome;
}
.bwrapsocial-links ul a[href*="linkedin.com"]:before {
content: "\f0e1";
font-family: FontAwesome;
}
.bwrapsocial-links ul a[href*="/feeds/posts/default"]:before {
content: "\f09e";
font-family: FontAwesome;
}
.bwrapsocial-links ul a:before {
content: "\f064";
font-family: FontAwesome;
}
.related-postbwrap {
margin: 10px auto 0;
font-size: 90%;
}
.related-postbwrap h4 {
font-weight: bold;
margin: 0 0 .5em;
}
.related-post-style-2, .related-post-style-2 li {
list-style: none;
margin: 0;
padding: 0;
}
.related-post-style-2 li {
border-top: 1px solid #eee;
overflow: hidden;
padding: 10px 0px;
}
.related-post-style-2 li:first-child {
border-top: none;
}
.related-post-style-2 .related-post-item-thumbnail {
width: 80px;
height: 80px;
max-width: none;
max-height: none;
background-color: transparent;
border: none;
float: left;
margin: 2px 10px 0 0;
padding: 0;
}
.related-post-style-2 .related-post-item-title {
font-weight: bold;
font-size: 100%;
}
.related-post-style-2 .related-post-item-summary {
display: block;
}
h2.date-header {
margin: 10px 0px;
display: none;
}
.main .widget {
margin: 0 0 5px;
padding: 0 0 2px;
}
.main .Blog {
border-bottom-width: 0;
}
#header .description {
color:#ffffff;
font-size:14px;
text-shadow:0px 1px 0px #000000;
}
/* Comments----------------------------------------------- */
#comments {
padding:15px;
margin-bottom:20px;
background: #fff;
}
#comments h4 {
font-size:22px;
margin-bottom:10px;
}
.deleted-comment {
font-style: italic;
color: gray;
}
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
padding:5px;
}
.feed-links {
clear: both;
}
.comment-form {
max-width: 600px;
}
#navbar-iframe {
height: 0;
visibility: hidden;
display: none;
}
.PopularPosts .widget-content ul li {
padding:6px 0px;
}
.reaction-buttons table{
border:none;
margin-bottom:5px;
}
.reaction-buttons table, .reaction-buttons td{
border:none !important;
}
.pbtthumbimg {
float:left;
margin:0px 10px 5px 5px;
padding:4px;
width:200px;
height:150px;
}
#primarybwrap, #secondarybwrap {
word-wrap:break-word;
}
.status-msg-wrap {
font-size: 110%;
width: 90%;
margin: 10px auto 50px;
position: relative;
}
ul {
list-style-type: circle;
margin-left:20px;
}
/* Added by Driverfury */
.articleUpdate {
border: 1px solid black;
padding: 10px;
background-color: #FFFFCC;
}
--></style>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js' type='text/javascript'></script>
<script type='text/javascript'>
//<![CDATA[
/*! jQuery Migrate v1.2.1 | (c) 2005, 2013 jQuery Foundation, Inc. and other contributors | jquery.org/license */
jQuery.migrateMute===void 0&&(jQuery.migrateMute=!0),function(e,t,n){function r(n){var r=t.console;i[n]||(i[n]=!0,e.migrateWarnings.push(n),r&&r.warn&&!e.migrateMute&&(r.warn("JQMIGRATE: "+n),e.migrateTrace&&r.trace&&r.trace()))}function a(t,a,i,o){if(Object.defineProperty)try{return Object.defineProperty(t,a,{configurable:!0,enumerable:!0,get:function(){return r(o),i},set:function(e){r(o),i=e}}),n}catch(s){}e._definePropertyBroken=!0,t[a]=i}var i={};e.migrateWarnings=[],!e.migrateMute&&t.console&&t.console.log&&t.console.log("JQMIGRATE: Logging is active"),e.migrateTrace===n&&(e.migrateTrace=!0),e.migrateReset=function(){i={},e.migrateWarnings.length=0},"BackCompat"===document.compatMode&&r("jQuery is not compatible with Quirks Mode");var o=e("<input/>",{size:1}).attr("size")&&e.attrFn,s=e.attr,u=e.attrHooks.value&&e.attrHooks.value.get||function(){return null},c=e.attrHooks.value&&e.attrHooks.value.set||function(){return n},l=/^(?:input|button)$/i,d=/^[238]$/,p=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,f=/^(?:checked|selected)$/i;a(e,"attrFn",o||{},"jQuery.attrFn is deprecated"),e.attr=function(t,a,i,u){var c=a.toLowerCase(),g=t&&t.nodeType;return u&&(4>s.length&&r("jQuery.fn.attr( props, pass ) is deprecated"),t&&!d.test(g)&&(o?a in o:e.isFunction(e.fn[a])))?e(t)[a](i):("type"===a&&i!==n&&l.test(t.nodeName)&&t.parentNode&&r("Can't change the 'type' of an input or button in IE 6/7/8"),!e.attrHooks[c]&&p.test(c)&&(e.attrHooks[c]={get:function(t,r){var a,i=e.prop(t,r);return i===!0||"boolean"!=typeof i&&(a=t.getAttributeNode(r))&&a.nodeValue!==!1?r.toLowerCase():n},set:function(t,n,r){var a;return n===!1?e.removeAttr(t,r):(a=e.propFix[r]||r,a in t&&(t[a]=!0),t.setAttribute(r,r.toLowerCase())),r}},f.test(c)&&r("jQuery.fn.attr('"+c+"') may use property instead of attribute")),s.call(e,t,a,i))},e.attrHooks.value={get:function(e,t){var n=(e.nodeName||"").toLowerCase();return"button"===n?u.apply(this,arguments):("input"!==n&&"option"!==n&&r("jQuery.fn.attr('value') no longer gets properties"),t in e?e.value:null)},set:function(e,t){var a=(e.nodeName||"").toLowerCase();return"button"===a?c.apply(this,arguments):("input"!==a&&"option"!==a&&r("jQuery.fn.attr('value', val) no longer sets properties"),e.value=t,n)}};var g,h,v=e.fn.init,m=e.parseJSON,y=/^([^<]*)(<[\w\W]+>)([^>]*)$/;e.fn.init=function(t,n,a){var i;return t&&"string"==typeof t&&!e.isPlainObject(n)&&(i=y.exec(e.trim(t)))&&i[0]&&("<"!==t.charAt(0)&&r("$(html) HTML strings must start with '<' character"),i[3]&&r("$(html) HTML text after last tag is ignored"),"#"===i[0].charAt(0)&&(r("HTML string cannot start with a '#' character"),e.error("JQMIGRATE: Invalid selector string (XSS)")),n&&n.context&&(n=n.context),e.parseHTML)?v.call(this,e.parseHTML(i[2],n,!0),n,a):v.apply(this,arguments)},e.fn.init.prototype=e.fn,e.parseJSON=function(e){return e||null===e?m.apply(this,arguments):(r("jQuery.parseJSON requires a valid JSON string"),null)},e.uaMatch=function(e){e=e.toLowerCase();var t=/(chrome)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||0>e.indexOf("compatible")&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];return{browser:t[1]||"",version:t[2]||"0"}},e.browser||(g=e.uaMatch(navigator.userAgent),h={},g.browser&&(h[g.browser]=!0,h.version=g.version),h.chrome?h.webkit=!0:h.webkit&&(h.safari=!0),e.browser=h),a(e,"browser",e.browser,"jQuery.browser is deprecated"),e.sub=function(){function t(e,n){return new t.fn.init(e,n)}e.extend(!0,t,this),t.superclass=this,t.fn=t.prototype=this(),t.fn.constructor=t,t.sub=this.sub,t.fn.init=function(r,a){return a&&a instanceof e&&!(a instanceof t)&&(a=t(a)),e.fn.init.call(this,r,a,n)},t.fn.init.prototype=t.fn;var n=t(document);return r("jQuery.sub() is deprecated"),t},e.ajaxSetup({converters:{"text json":e.parseJSON}});var b=e.fn.data;e.fn.data=function(t){var a,i,o=this[0];return!o||"events"!==t||1!==arguments.length||(a=e.data(o,t),i=e._data(o,t),a!==n&&a!==i||i===n)?b.apply(this,arguments):(r("Use of jQuery.fn.data('events') is deprecated"),i)};var j=/\/(java|ecma)script/i,w=e.fn.andSelf||e.fn.addBack;e.fn.andSelf=function(){return r("jQuery.fn.andSelf() replaced by jQuery.fn.addBack()"),w.apply(this,arguments)},e.clean||(e.clean=function(t,a,i,o){a=a||document,a=!a.nodeType&&a[0]||a,a=a.ownerDocument||a,r("jQuery.clean() is deprecated");var s,u,c,l,d=[];if(e.merge(d,e.buildFragment(t,a).childNodes),i)for(c=function(e){return!e.type||j.test(e.type)?o?o.push(e.parentNode?e.parentNode.removeChild(e):e):i.appendChild(e):n},s=0;null!=(u=d[s]);s++)e.nodeName(u,"script")&&c(u)||(i.appendChild(u),u.getElementsByTagName!==n&&(l=e.grep(e.merge([],u.getElementsByTagName("script")),c),d.splice.apply(d,[s+1,0].concat(l)),s+=l.length));return d});var Q=e.event.add,x=e.event.remove,k=e.event.trigger,N=e.fn.toggle,T=e.fn.live,M=e.fn.die,S="ajaxStart|ajaxStop|ajaxSend|ajaxComplete|ajaxError|ajaxSuccess",C=RegExp("\\b(?:"+S+")\\b"),H=/(?:^|\s)hover(\.\S+|)\b/,A=function(t){return"string"!=typeof t||e.event.special.hover?t:(H.test(t)&&r("'hover' pseudo-event is deprecated, use 'mouseenter mouseleave'"),t&&t.replace(H,"mouseenter$1 mouseleave$1"))};e.event.props&&"attrChange"!==e.event.props[0]&&e.event.props.unshift("attrChange","attrName","relatedNode","srcElement"),e.event.dispatch&&a(e.event,"handle",e.event.dispatch,"jQuery.event.handle is undocumented and deprecated"),e.event.add=function(e,t,n,a,i){e!==document&&C.test(t)&&r("AJAX events should be attached to document: "+t),Q.call(this,e,A(t||""),n,a,i)},e.event.remove=function(e,t,n,r,a){x.call(this,e,A(t)||"",n,r,a)},e.fn.error=function(){var e=Array.prototype.slice.call(arguments,0);return r("jQuery.fn.error() is deprecated"),e.splice(0,0,"error"),arguments.length?this.bind.apply(this,e):(this.triggerHandler.apply(this,e),this)},e.fn.toggle=function(t,n){if(!e.isFunction(t)||!e.isFunction(n))return N.apply(this,arguments);r("jQuery.fn.toggle(handler, handler...) is deprecated");var a=arguments,i=t.guid||e.guid++,o=0,s=function(n){var r=(e._data(this,"lastToggle"+t.guid)||0)%o;return e._data(this,"lastToggle"+t.guid,r+1),n.preventDefault(),a[r].apply(this,arguments)||!1};for(s.guid=i;a.length>o;)a[o++].guid=i;return this.click(s)},e.fn.live=function(t,n,a){return r("jQuery.fn.live() is deprecated"),T?T.apply(this,arguments):(e(this.context).on(t,this.selector,n,a),this)},e.fn.die=function(t,n){return r("jQuery.fn.die() is deprecated"),M?M.apply(this,arguments):(e(this.context).off(t,this.selector||"**",n),this)},e.event.trigger=function(e,t,n,a){return n||C.test(e)||r("Global events are undocumented and deprecated"),k.call(this,e,t,n||document,a)},e.each(S.split("|"),function(t,n){e.event.special[n]={setup:function(){var t=this;return t!==document&&(e.event.add(document,n+"."+e.guid,function(){e.event.trigger(n,null,t,!0)}),e._data(this,n,e.guid++)),!1},teardown:function(){return this!==document&&e.event.remove(document,n+"."+e._data(this,n)),!1}}})}(jQuery,window);
//]]>
</script>
<script type='text/javascript'>
//<![CDATA[
function showrecentcomments(json){for(var i=0;i<a_rc;i++){var b_rc=json.feed.entry[i];var c_rc;if(i==json.feed.entry.length)break;for(var k=0;k<b_rc.link.length;k++){if(b_rc.link[k].rel=='alternate'){c_rc=b_rc.link[k].href;break;}}c_rc=c_rc.replace("#","#comment-");var d_rc=c_rc.split("#");d_rc=d_rc[0];var e_rc=d_rc.split("/");e_rc=e_rc[5];e_rc=e_rc.split(".html");e_rc=e_rc[0];var f_rc=e_rc.replace(/-/g," ");f_rc=f_rc.link(d_rc);var g_rc=b_rc.published.$t;var h_rc=g_rc.substring(0,4);var i_rc=g_rc.substring(5,7);var j_rc=g_rc.substring(8,10);var k_rc=new Array();k_rc[1]="Jan";k_rc[2]="Feb";k_rc[3]="Mar";k_rc[4]="Apr";k_rc[5]="May";k_rc[6]="Jun";k_rc[7]="Jul";k_rc[8]="Aug";k_rc[9]="Sep";k_rc[10]="Oct";k_rc[11]="Nov";k_rc[12]="Dec";if("content" in b_rc){var l_rc=b_rc.content.$t;}else if("summary" in b_rc){var l_rc=b_rc.summary.$t;}else var l_rc="";var re=/<\S[^>]*>/g;l_rc=l_rc.replace(re,"");if(m_rc==true)document.write('On '+k_rc[parseInt(i_rc,10)]+' '+j_rc+' ');document.write('<a href="'+c_rc+'">'+b_rc.author[0].name.$t+'</a> commented');if(n_rc==true)document.write(' on '+f_rc);document.write(': ');if(l_rc.length<o_rc){document.write('<i>&#8220;');document.write(l_rc);document.write('&#8221;</i><br/><br/>');}else{document.write('<i>&#8220;');l_rc=l_rc.substring(0,o_rc);var p_rc=l_rc.lastIndexOf(" ");l_rc=l_rc.substring(0,p_rc);document.write(l_rc+'&hellip;&#8221;</i>');document.write('<br/><br/>');}}}
function rp(json){document.write('<ul>');for(var i=0;i<numposts;i++){document.write('<li>');var entry=json.feed.entry[i];var posttitle=entry.title.$t;var posturl;if(i==json.feed.entry.length)break;for(var k=0;k<entry.link.length;k++){if(entry.link[k].rel=='alternate'){posturl=entry.link[k].href;break}}posttitle=posttitle.link(posturl);var readmorelink="(more)";readmorelink=readmorelink.link(posturl);var postdate=entry.published.$t;var cdyear=postdate.substring(0,4);var cdmonth=postdate.substring(5,7);var cdday=postdate.substring(8,10);var monthnames=new Array();monthnames[1]="Jan";monthnames[2]="Feb";monthnames[3]="Mar";monthnames[4]="Apr";monthnames[5]="May";monthnames[6]="Jun";monthnames[7]="Jul";monthnames[8]="Aug";monthnames[9]="Sep";monthnames[10]="Oct";monthnames[11]="Nov";monthnames[12]="Dec";if("content"in entry){var postcontent=entry.content.$t}else if("summary"in entry){var postcontent=entry.summary.$t}else var postcontent="";var re=/<\S[^>]*>/g;postcontent=postcontent.replace(re,"");document.write(posttitle);if(showpostdate==true)document.write(' - '+monthnames[parseInt(cdmonth,10)]+' '+cdday);if(showpostsummary==true){if(postcontent.length<numchars){document.write(postcontent)}else{postcontent=postcontent.substring(0,numchars);var quoteEnd=postcontent.lastIndexOf(" ");postcontent=postcontent.substring(0,quoteEnd);document.write(postcontent+'...'+readmorelink)}}document.write('</li>')}document.write('</ul>')}
//]]>
</script>
<script type='text/javascript'>
summary_noimg = 300;
summary_img = 200;
img_thumb_height = 150;
img_thumb_width = 200;
</script>
<script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}
function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = summary_noimg;
if(img.length>=1) {
imgtag = '<img src="'+img[0].src+'" class="pbtthumbimg"/>';
summ = summary_img;
}
var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary;
}
//]]>
</script>
<style type='text/css'>
.hentry {margin: 0 0 15px;}
</style>
<script type='text/javascript'>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42127644-1', 'auto', 'blogger');
ga('blogger.send', 'pageview');
</script>
<link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=638875891875607163&amp;zx=4f72a653-865a-4fa1-a392-a113d591b150' media='none' onload='if(media!=&#39;all&#39;)media=&#39;all&#39;' rel='stylesheet'/><noscript><link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=638875891875607163&amp;zx=4f72a653-865a-4fa1-a392-a113d591b150' rel='stylesheet'/></noscript>
<script type="text/javascript" language="javascript">
// Supply ads personalization default for EEA readers
// See https://www.blogger.com/go/adspersonalization
adsbygoogle = window.adsbygoogle || [];
if (typeof adsbygoogle.requestNonPersonalizedAds === 'undefined') {
adsbygoogle.requestNonPersonalizedAds = 1;
}
</script>
</head>
<body class='home blog right-sidebar'>
<div id='bpagewrap'>
<header class='site-header' id='masthead' role='banner'>
<div class='site-header-wrapper'>
<div class='bwrapsite-branding'>
<div class='headersec section' id='headersec'><div class='widget Header' data-version='1' id='Header1'>
<div id='header-inner'>
<a href='http://www.diventarehacker.it/' style='display: block'>
<img alt='Diventare Hacker' height='52px; ' id='Header1_headerimg' src='http://1.bp.blogspot.com/-rgkxHqxK7_8/VJ6izJ78_RI/AAAAAAAAAUg/QmKgbPkgb6U/s1600/logo2.png' style='display: block;padding-left:0px;padding-top:0px;' width='434px; '/>
</a>
</div>
</div></div>
</div>
<div class='togglesnbtdiv'>
<div class='togglenbtclass' id='menu-toggle' title='Menu'><span class='screen-reader-text'>Menu</span></div>
<div class='togglenbtclass' id='sidebar-toggle' title='Widgets'><span class='screen-reader-text'>Widgets</span></div>
<div class='togglenbtclass' id='social-links-toggle' title='Social Links'><span class='screen-reader-text'>Social Links</span></div>
<div class='togglenbtclass' id='search-toggle' title='Search'><span class='screen-reader-text'>Search</span></div>
</div>
</div>
</header><!-- #masthead -->
<div class='panel' id='menu-toggle-nav'>
<div class='main-navigation' id='site-navigation' role='navigation'>
<a class='skip-link screen-reader-text' href='#content'>Skip to content</a>
<div class='bwraptopmenu'>
<ul>
<!-- Example of menu item <li><a href='#'>Parent Category</a> <ul class='children'> <li><a href='#'>Child Category 1</a> <ul class='children'> <li><a href='#'>Sub Child Category 1</a></li> <li><a href='#'>Sub Child Category 2</a></li> <li><a href='#'>Sub Child Category 3</a></li> </ul> </li> <li><a href='#'>Child Category 2</a></li> <li><a href='#'>Child Category 3</a></li> <li><a href='#'>Child Category 4</a></li> </ul> </li> -->
<li class='current_page_item'><a href='http://www.diventarehacker.it/'>Home</a></li>
<li><!-- OLD LANDING <a href='http://diventarehacker.blogspot.it/p/come-diventare-hacker.html'>Video-Corso Come Diventare Hacker</a>-->
<!-- NEW LANDING -->
<a href='http://diventarehackerblog.altervista.org/video-corso-hacking/'>Video-Corso Hacking Completo</a>
</li>
<li><a href='http://diventarehacker.blogspot.it/p/python-e-larte-dellhacking.html'>Python e l'arte dell'hacking</a>
</li>
<li><a href='http://www.diventarehacker.it/p/chi-sono.html'>Chi sono</a></li>
</ul>
</div>
</div><!-- #site-navigation -->
</div>
<div class='panel' id='social-links-toggle-nav'>
<div class='bwrapsocial-links'>
<ul class='socialbmenu' id='menu-social-links'>
<li><a href='http://dribbble.com' rel='nofollow' target='_blank'><span class='screen-reader-text'>Dribbble</span></a></li>
<li><a href='https://www.facebook.com/pages/Diventare-Hacker/110253625836102' rel='nofollow' target='_blank'><span class='screen-reader-text'>Facebook</span></a></li>
<li><a href='http://flickr.com' rel='nofollow' target='_blank'><span class='screen-reader-text'>Flickr</span></a></li>
<li><a href='http://instagram.com' rel='nofollow' target='_blank'><span class='screen-reader-text'>Instagram</span></a></li>
<li><a href='http://pinterest.com' rel='nofollow' target='_blank'><span class='screen-reader-text'>Pinterest</span></a></li>
<li><a href='http://tumblr.com' rel='nofollow' target='_blank'><span class='screen-reader-text'>Tumblr</span></a></li>
<li><a href='http://www.twitter.com' rel='nofollow' target='_blank'><span class='screen-reader-text'>Twitter</span></a></li>
<li><a href='http://www.diventarehacker.it/feeds/posts/default' rel='nofollow' target='_blank'><span class='screen-reader-text'>RSS Feed</span></a></li>
</ul>
</div>
</div>
<div class='panel' id='sidebar-toggle-nav'>
<div class='bwrapwidget-areas'>
<div class='bwrapwidget-area'>
<div class='panelbwrapwidget no-items section' id='panelbwrapwidget1'>
</div>
</div>
<div class='bwrapwidget-area'>
<div class='panelbwrapwidget no-items section' id='panelbwrapwidget2'></div>
</div>
<div class='bwrapwidget-area'>
<div class='panelbwrapwidget section' id='panelbwrapwidget3'><div class='widget HTML' data-version='1' id='HTML1'>
<div class='widget-content'>
<!-- Google Analytics Content Experiment code -->
<script>function utmx_section(){}function utmx(){}(function(){var
k='74059757-0',d=document,l=d.location,c=d.cookie;
if(l.search.indexOf('utm_expid='+k)>0)return;
function f(n){if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.
indexOf(';',i);return escape(c.substring(i+n.length+1,j<0?c.
length:j))}}}var x=f('__utmx'),xx=f('__utmxx'),h=l.hash;d.write(
'<sc'+'ript src="'+'http'+(l.protocol=='https:'?'s://ssl':
'://www')+'.google-analytics.com/ga_exp.js?'+'utmxkey='+k+
'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='+new Date().
valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+
'" type="text/javascript" charset="utf-8"><\/sc'+'ript>')})();
</script><script>utmx('url','A/B');</script>
<!-- End of Google Analytics Content Experiment code -->
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42127644-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
</div>
<div class='clear'></div>
<span class='widget-item-control'>
<span class='item-control blog-admin'>
<a class='quickedit' href='//www.blogger.com/rearrange?blogID=638875891875607163&widgetType=HTML&widgetId=HTML1&action=editWidget&sectionId=panelbwrapwidget3' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML1"));' rel='nofollow' target='configHTML1' title='Modifica'>
<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
</a>
</span>
</span>
<div class='clear'></div>
</div><div class='widget HTML' data-version='1' id='HTML2'>
<h2 class='title'>Powered by</h2>
<div class='widget-content'>
<marquee>
<a href="http://www.italianbloggers.it/" title="Italian Bloggers"><img border="0" src="http://media.italianbloggers.it/80.png" alt="Italian Bloggers" /></a>&nbsp;
<a href="http://segnalaunblog.blogspot.com/"><img alt="Segnala un Blog" src="http://7a9ymq.blu.livefilestore.com/y1p8y5Cj3uXUuHg38JEfLqCuI-5eOzyjEIACH3MpGBzP5vh5HZJAB_quMIzxkipyMum0qMkjif92cwUEv7duFgOUucnx-3D4aot/segnala-blog.png" style="border: 0px;" /></a>&nbsp;
<a href="http://iwinuxfeed.altervista.org/aggregatore/"><img src="http://iwinuxfeed.altervista.org/_altervista_ht/iwinuxfeed2.png" border="0" alt="iwinuxfeed.altervista.org" /></a>&nbsp;
<a href="http://www.paginainizio.com" title="La Pagina Iniziale per la navigazione facile sul web" target="_Blank">PaginaInizio.com</a>&nbsp;
</marquee>
</div>
<div class='clear'></div>
<span class='widget-item-control'>
<span class='item-control blog-admin'>
<a class='quickedit' href='//www.blogger.com/rearrange?blogID=638875891875607163&widgetType=HTML&widgetId=HTML2&action=editWidget&sectionId=panelbwrapwidget3' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML2"));' rel='nofollow' target='configHTML2' title='Modifica'>
<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
</a>
</span>
</span>
<div class='clear'></div>
</div></div>
</div>
</div>
</div>
<div class='panel' id='search-toggle-nav'>
<div class='search-wrapper'>
<form action='/search' class='search-form' id='searchform' method='get' role='search'>
<label>
<span class='screen-reader-text'>Cerca:</span>
<input class='search-field' name='q' placeholder='Cerca sul blog' type='search' value=''/>
</label>
<input class='search-submit' type='submit' value='Cerca'/>
</form>
</div>
</div>
<div class='bwrapsite-content' id='bwrapcontent'>
<!-- Video-course Header -->
<div class='videocourseHeader' style='text-align: center; margin-top: -50px; margin-bottom: 40px;'>
<!-- OLD LANDING <a href='http://www.diventarehacker.it/p/come-diventare-hacker.html'>--><!-- NEW LANDING --><a href='http://diventarehackerblog.altervista.org/video-corso-hacking/'><img border='0' src='https://2.bp.blogspot.com/-A4s3t9v_ApY/VuSfLidkgAI/AAAAAAAAAdU/mWaDHta7hgAapptd6cqjw7adBYaMkaFdA/s1600/buyCourseHeader.png'/></a>
</div>
<!-- End video-course header -->
<div class='content-area' id='primarybwrap'>
<div class='bwrapsite-main' id='mainbwrap' role='main'>
<div class='mainblogsec section' id='mainblogsec'><div class='widget Blog' data-version='1' id='Blog1'>
<div class='blog-posts hfeed'>
<!--Can't find substitution for tag [defaultAdStart]-->
<div class="date-outer">
<div class="date-posts">
<div class='post-outer'>
<article class='post hentry'>
<a name='8948843730622121092'></a>
<header class='entry-header'>
<h2 class='post-title entry-title'>
<a href='http://www.diventarehacker.it/p/python-e-larte-dellhacking.html'>Python e l'arte dell'hacking</a>
</h2>
</header>
<div class='post-header-line-1'></div>
<div class='post-body entry-content'>
Come pensa un hacker? Come si comporta di fronte ad un problema? Un hacker semplicemente ragiona ed agisce. In che modo? Tutto è spiegato in questa guida in formato pdf che ti aiuterà ad addentrarti nel mondo dell'hacking. Tutto quello che troverai in questa guida è a puro scopo informativo e l'autore non si assume nessuna responsabilità dell'uso che verrà fatto delle conoscenze acquisite dopo averla letta.<br />
<br />
<div class="separator" style="clear: both; text-align: center;">
<a href="http://4.bp.blogspot.com/-KzPqprRo5Hg/UoaSR4XVnwI/AAAAAAAAAPA/gntRHo5Hkog/s1600/Python+e+l'arte+dell'hacking.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="200" src="http://4.bp.blogspot.com/-KzPqprRo5Hg/UoaSR4XVnwI/AAAAAAAAAPA/gntRHo5Hkog/s200/Python+e+l&#39;arte+dell&#39;hacking.png" width="130" /></a></div>
<br />
Requisiti per comprendere la guida:<br />
<br />
<ul>
<li>Conoscenza minima del linguaggio Python</li>
<li>Volontà di sperimentare</li>
</ul>
<br />
<h3 style="text-align: center;">
DOWNLOAD</h3>
<br />
<center>
<form action="http://www.tuttomondopc.altervista.org/DiventareHacker/join_Python_e_l_arte_dell_Hacking.php" method="post">
Nome:<br />
<input name="name" type="text" /><br />
Email:<br />
<input name="email" type="text" /><br />
<br />
<input name="successPage" type="hidden" value="http://diventarehacker.blogspot.it/p/python-e-larte-dellhacking_28.html" />
<input name="failedPage" type="hidden" value="http://diventarehacker.blogspot.it/p/python-e-larte-dellhacking_8331.html" />
<input name="joinSubmit" type="submit" value="Voglio ricevere la mia copia" />
</form>
</center>
<div style='clear: both;'></div>
</div>
</article>
<div style='clear: both;'></div>
<div class='comments' id='comments'>
<a name='comments'></a>
<h4>48 commenti:</h4>
<div class='comments-content'>
<script async='async' src='' type='text/javascript'></script>
<script type='text/javascript'>
(function() {
var items = null;
var msgs = null;
var config = {};
// <![CDATA[
var cursor = null;
if (items && items.length > 0) {
cursor = parseInt(items[items.length - 1].timestamp) + 1;
}
var bodyFromEntry = function(entry) {
if (entry.gd$extendedProperty) {
for (var k in entry.gd$extendedProperty) {
if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {
return '<span class="deleted-comment">' + entry.content.$t + '</span>';
}
}
}
return entry.content.$t;
}
var parse = function(data) {
cursor = null;
var comments = [];
if (data && data.feed && data.feed.entry) {
for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
var comment = {};
// comment ID, parsed out of the original id format
var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
comment.id = id ? id[2] : null;
comment.body = bodyFromEntry(entry);
comment.timestamp = Date.parse(entry.published.$t) + '';
if (entry.author && entry.author.constructor === Array) {
var auth = entry.author[0];
if (auth) {
comment.author = {
name: (auth.name ? auth.name.$t : undefined),
profileUrl: (auth.uri ? auth.uri.$t : undefined),
avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
};
}
}
if (entry.link) {
if (entry.link[2]) {
comment.link = comment.permalink = entry.link[2].href;
}
if (entry.link[3]) {
var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href);
if (pid && pid[1]) {
comment.parentId = pid[1];
}
}
}
comment.deleteclass = 'item-control blog-admin';
if (entry.gd$extendedProperty) {
for (var k in entry.gd$extendedProperty) {
if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {
comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
}
}
}
comments.push(comment);
}
}
return comments;
};
var paginator = function(callback) {
if (hasMore()) {
var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';
if (cursor) {
url += '&published-min=' + new Date(cursor).toISOString();
}
window.bloggercomments = function(data) {
var parsed = parse(data);
cursor = parsed.length < 50 ? null
: parseInt(parsed[parsed.length - 1].timestamp) + 1
callback(parsed);
window.bloggercomments = null;
}
url += '&callback=bloggercomments';
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = url;
document.getElementsByTagName('head')[0].appendChild(script);
}
};
var hasMore = function() {
return !!cursor;
};
var getMeta = function(key, comment) {
if ('iswriter' == key) {
var matches = !!comment.author
&& comment.author.name == config.authorName
&& comment.author.profileUrl == config.authorUrl;
return matches ? 'true' : '';
} else if ('deletelink' == key) {
return config.baseUri + '/delete-comment.g?blogID='
+ config.blogId + '&postID=' + comment.id;
} else if ('deleteclass' == key) {
return comment.deleteclass;
}
return '';
};
var replybox = null;
var replyUrlParts = null;
var replyParent = undefined;
var onReply = function(commentId, domId) {
if (replybox == null) {
// lazily cache replybox, and adjust to suit this style:
replybox = document.getElementById('comment-editor');
if (replybox != null) {
replybox.height = '250px';
replybox.style.display = 'block';
replyUrlParts = replybox.src.split('#');
}
}
if (replybox && (commentId !== replyParent)) {
document.getElementById(domId).insertBefore(replybox, null);
replybox.src = replyUrlParts[0]
+ (commentId ? '&parentID=' + commentId : '')
+ '#' + replyUrlParts[1];
replyParent = commentId;
}
};
var hash = (window.location.hash || '#').substring(1);
var startThread, targetComment;
if (/^comment-form_/.test(hash)) {
startThread = hash.substring('comment-form_'.length);
} else if (/^c[0-9]+$/.test(hash)) {
targetComment = hash.substring(1);
}
// Configure commenting API:
var configJso = {
'maxDepth': config.maxThreadDepth
};
var provider = {
'id': config.postId,
'data': items,
'loadNext': paginator,
'hasMore': hasMore,
'getMeta': getMeta,
'onReply': onReply,
'rendered': true,
'initComment': targetComment,
'initReplyThread': startThread,
'config': configJso,
'messages': msgs
};
var render = function() {
if (window.goog && window.goog.comments) {
var holder = document.getElementById('comment-holder');
window.goog.comments.render(holder, provider);
}
};
// render now, or queue to render when library loads:
if (window.goog && window.goog.comments) {
render();
} else {
window.goog = window.goog || {};
window.goog.comments = window.goog.comments || {};
window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];
window.goog.comments.loadQueue.push(render);
}
})();
// ]]>
</script>
<div id='comment-holder'>
<div class="comment-thread toplevel-thread"><ol id="top-ra"><li class="comment" id="c6658448859585006337"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">16 gennaio 2015 15:51</a></span></div><p class="comment-content">Per farlo per Internet cosa si deve cambiare?</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="6658448859585006337">Rispondi</a><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=6658448859585006337">Elimina</a></span></span></div><div class="comment-replies"><div id="c6658448859585006337-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c6658448859585006337-ra" class="thread-chrome thread-expanded"><div></div><div id="c6658448859585006337-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="6658448859585006337">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c6658448859585006337-ce"></div></li><li class="comment" id="c1205373493220703021"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/02021395446061904935" rel="nofollow">Unknown</a></cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">25 gennaio 2015 22:35</a></span></div><p class="comment-content">Quando apro il pdf, tutte le pagine sono bianche</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="1205373493220703021">Rispondi</a><span class="item-control blog-admin blog-admin pid-1064235607"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=1205373493220703021">Elimina</a></span></span></div><div class="comment-replies"><div id="c1205373493220703021-rt" class="comment-thread inline-thread"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c1205373493220703021-ra" class="thread-chrome thread-expanded"><div><li class="comment" id="c2613156311941074868"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/01131990503917435288" rel="nofollow">DiventareHacker.it</a></cite><span class="icon user blog-author"></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">26 gennaio 2015 15:18</a></span></div><p class="comment-content">Strano, prova a scaricare una versione più recente di Adobe Reader.</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-1262302088"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=2613156311941074868">Elimina</a></span></span></div><div class="comment-replies"><div id="c2613156311941074868-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c2613156311941074868-ra" class="thread-chrome thread-expanded"><div></div><div id="c2613156311941074868-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="2613156311941074868">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c2613156311941074868-ce"></div></li><li class="comment" id="c4635727361781827442"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">18 aprile 2016 22:06</a></span></div><p class="comment-content">&quot;quelle pagine bianche&quot; si chiamano shell, è non non c&#39;entra la versione del programma niente di questi casi.<br>Probabbilmente ha sbagliato ad aprire il file,infatti quando lo scarichi ci sono 3 file di diverso nome se vuoi che python sia come il (cmd,ò prompt dei comandi) devi scrivere in start python command line, e ti apparirà una schermata come il cmd. spero di esserti stato utile <br></p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=4635727361781827442">Elimina</a></span></span></div><div class="comment-replies"><div id="c4635727361781827442-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c4635727361781827442-ra" class="thread-chrome thread-expanded"><div></div><div id="c4635727361781827442-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="4635727361781827442">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c4635727361781827442-ce"></div></li></div><div id="c1205373493220703021-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="1205373493220703021">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c1205373493220703021-ce"></div></li><li class="comment" id="c663814221738122415"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/02021395446061904935" rel="nofollow">Unknown</a></cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">26 gennaio 2015 18:48</a></span></div><p class="comment-content">Ok adesso va grazie mille</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="663814221738122415">Rispondi</a><span class="item-control blog-admin blog-admin pid-1064235607"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=663814221738122415">Elimina</a></span></span></div><div class="comment-replies"><div id="c663814221738122415-rt" class="comment-thread inline-thread"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c663814221738122415-ra" class="thread-chrome thread-expanded"><div><li class="comment" id="c1957789706840858410"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">17 marzo 2016 14:52</a></span></div><p class="comment-content">Ma costa?<br></p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=1957789706840858410">Elimina</a></span></span></div><div class="comment-replies"><div id="c1957789706840858410-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c1957789706840858410-ra" class="thread-chrome thread-expanded"><div></div><div id="c1957789706840858410-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="1957789706840858410">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c1957789706840858410-ce"></div></li><li class="comment" id="c8644791011576436003"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/01131990503917435288" rel="nofollow">DiventareHacker.it</a></cite><span class="icon user blog-author"></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">19 marzo 2016 23:19</a></span></div><p class="comment-content">No, è gratuita.</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-1262302088"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=8644791011576436003">Elimina</a></span></span></div><div class="comment-replies"><div id="c8644791011576436003-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c8644791011576436003-ra" class="thread-chrome thread-expanded"><div></div><div id="c8644791011576436003-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="8644791011576436003">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c8644791011576436003-ce"></div></li></div><div id="c663814221738122415-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="663814221738122415">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c663814221738122415-ce"></div></li><li class="comment" id="c7466158049046026240"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">9 febbraio 2015 17:14</a></span></div><p class="comment-content">Perfetto! Ho richiesto la copia e in due minuti mi è arrivata!</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="7466158049046026240">Rispondi</a><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=7466158049046026240">Elimina</a></span></span></div><div class="comment-replies"><div id="c7466158049046026240-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c7466158049046026240-ra" class="thread-chrome thread-expanded"><div></div><div id="c7466158049046026240-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="7466158049046026240">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c7466158049046026240-ce"></div></li><li class="comment" id="c8987656692051582552"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/17307126543489113345" rel="nofollow">Unknown</a></cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">9 febbraio 2015 20:04</a></span></div><p class="comment-content">A me dice impossibile aprire il file.. </p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="8987656692051582552">Rispondi</a><span class="item-control blog-admin blog-admin pid-1574035516"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=8987656692051582552">Elimina</a></span></span></div><div class="comment-replies"><div id="c8987656692051582552-rt" class="comment-thread inline-thread"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c8987656692051582552-ra" class="thread-chrome thread-expanded"><div><li class="comment" id="c5418561504653016034"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/01131990503917435288" rel="nofollow">DiventareHacker.it</a></cite><span class="icon user blog-author"></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">9 febbraio 2015 21:44</a></span></div><p class="comment-content">Il file è PDF quindi dovresti disporre di Acrobat Reader.</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-1262302088"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=5418561504653016034">Elimina</a></span></span></div><div class="comment-replies"><div id="c5418561504653016034-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c5418561504653016034-ra" class="thread-chrome thread-expanded"><div></div><div id="c5418561504653016034-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="5418561504653016034">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c5418561504653016034-ce"></div></li><li class="comment" id="c1507770021210641835"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">21 ottobre 2015 21:17</a></span></div><p class="comment-content">Salve dopo che ho comprato il video corso, scarico il file e dopo 2 minuti nemmeno mi finisce. Vado per aprirlo, si apre una finestra e si richiude subito... Come mai? </p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=1507770021210641835">Elimina</a></span></span></div><div class="comment-replies"><div id="c1507770021210641835-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c1507770021210641835-ra" class="thread-chrome thread-expanded"><div></div><div id="c1507770021210641835-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="1507770021210641835">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c1507770021210641835-ce"></div></li><li class="comment" id="c6091439210768699755"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/01131990503917435288" rel="nofollow">DiventareHacker.it</a></cite><span class="icon user blog-author"></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">22 ottobre 2015 18:50</a></span></div><p class="comment-content">Salve Giorgio,<br><br>non ho capito cosa &quot;finisce dopo 2 minuti&quot;. Se intendi il download allora molto probabilmente dipende dalla tua connessione Internet (può darsi che stia in manutenzione). Riprova domani, o almeno quando la connessione non darà problemi.<br><br>Se il problema persiste contattami su questo indirizzo email: [email protected]</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-1262302088"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=6091439210768699755">Elimina</a></span></span></div><div class="comment-replies"><div id="c6091439210768699755-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c6091439210768699755-ra" class="thread-chrome thread-expanded"><div></div><div id="c6091439210768699755-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="6091439210768699755">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c6091439210768699755-ce"></div></li><li class="comment" id="c2121074764522986649"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">29 ottobre 2015 15:27</a></span></div><p class="comment-content">Mi scusi, non ho idea del perche abbia scritto in quel modo. Appena scarico il file, finisce il download e mi appare sul desktop (dove io l&#39;ho salvato); clicco per aprirlo, a conclusione del download, si apre una schermata e si richiude subito istantaneamente. Questo accade nel computer, nel mio telefono nemmeno me lo fa aprire, lo scarico, lo apro in Amerigo(un app per la musica) ma non me lo apre. Nel telefono non fa proprio o c&#39;è un modo. È come se fosse un file Bat mi si apre sernata nera e in una frazione di secondo si richiude</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=2121074764522986649">Elimina</a></span></span></div><div class="comment-replies"><div id="c2121074764522986649-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c2121074764522986649-ra" class="thread-chrome thread-expanded"><div></div><div id="c2121074764522986649-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="2121074764522986649">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c2121074764522986649-ce"></div></li><li class="comment" id="c2540431164314771816"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/01131990503917435288" rel="nofollow">DiventareHacker.it</a></cite><span class="icon user blog-author"></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">30 ottobre 2015 13:36</a></span></div><p class="comment-content">Il file è un archivio RAR che contiene un file PDF (la guida vera e propria) e una cartella con due script Python al suo interno. Gli script sono &quot;il fine&quot; della guida, ovvero tutto quello che hai imparato si concentra in quei due file (che sono un esempio di server e di client di un Keylogger).<br><br>Non capisco perché non riesci ad aprire il file. Vorrei sapere se hai WinRAR installato sul tuo PC (a proposito, che sistema operativo usi? Windows?), inoltre vorrei sapere se il file, quando lo scarichi, ha l&#39;icona di un archivio RAR appunto oppure è un file non riconosciuto.<br><br>Se vuoi puoi contattarmi in privato a questo indirizzo [email protected] e cerchiamo di risolvere, al massimo potrei inviarti l&#39;archivio come allegato.</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-1262302088"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=2540431164314771816">Elimina</a></span></span></div><div class="comment-replies"><div id="c2540431164314771816-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c2540431164314771816-ra" class="thread-chrome thread-expanded"><div></div><div id="c2540431164314771816-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="2540431164314771816">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c2540431164314771816-ce"></div></li><li class="comment" id="c4118898376647274989"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">22 novembre 2015 10:59</a></span></div><p class="comment-content">sul desktop del mio computer ho il file rar come diventare ecc come lo clicco mi si apre un icona per scaricare il file, lo scarico e mi si apre un icona di qualche secondo, mi si richiude subito e mi rimanda ai download. uso windows, non penso di avere winrar. ce qualche altro modo? sono sempre giorgio orlandini</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=4118898376647274989">Elimina</a></span></span></div><div class="comment-replies"><div id="c4118898376647274989-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c4118898376647274989-ra" class="thread-chrome thread-expanded"><div></div><div id="c4118898376647274989-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="4118898376647274989">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c4118898376647274989-ce"></div></li><li class="comment" id="c5038986039662646149"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/01131990503917435288" rel="nofollow">DiventareHacker.it</a></cite><span class="icon user blog-author"></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">23 novembre 2015 21:21</a></span></div><p class="comment-content">Scarica WinRAR. O, in alternativa, 7-Zip.</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-1262302088"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=5038986039662646149">Elimina</a></span></span></div><div class="comment-replies"><div id="c5038986039662646149-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c5038986039662646149-ra" class="thread-chrome thread-expanded"><div></div><div id="c5038986039662646149-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="5038986039662646149">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c5038986039662646149-ce"></div></li><li class="comment" id="c1881238404112795893"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">30 novembre 2015 17:05</a></span></div><p class="comment-content">Grazie mille, non mi ero accorto che nel computer ho 7-Zip, ora fa scusami e grazie. Giorgio orlandini</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=1881238404112795893">Elimina</a></span></span></div><div class="comment-replies"><div id="c1881238404112795893-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c1881238404112795893-ra" class="thread-chrome thread-expanded"><div></div><div id="c1881238404112795893-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="1881238404112795893">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c1881238404112795893-ce"></div></li></div><div id="c8987656692051582552-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="8987656692051582552">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c8987656692051582552-ce"></div></li><li class="comment" id="c4423734266218795011"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">22 febbraio 2015 11:51</a></span></div><p class="comment-content">Io ho appena scaricato la guida e prima che inserivo la mia email mi sono insospettito perché é vero che non sono un esperto di hacking ma so che dall&#39;email si può fare qualsiasi cosa,inoltre dopo che ho scaricato il file estraendo la guida con un estrattore di file rar mi risulta che all&#39;interno del file scaricato ci sia una cartella nominata keylogger il cui so che é un programmino abbastanza utile da cio che ho letto in passato su vari blog da cui svolge la funzione di memorizzare ogni testo parola o password digitata dalla tastiera del dispositivo da dove si viene installato e per quanto mi riguarda questo programmino può anche essere utilizzato da un hacker per spiare qualsiasi cosa a chi lo scarica..io ho cancellato tutto ho fatto una scansione con Avast(il mio preferito) e ancora non ha finito ma se mi trova un file infetto che sarebbe il suo file cosa facciamo?non sono un hacker ma ne so abbastanza perché sto studiando!</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="4423734266218795011">Rispondi</a><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=4423734266218795011">Elimina</a></span></span></div><div class="comment-replies"><div id="c4423734266218795011-rt" class="comment-thread inline-thread"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c4423734266218795011-ra" class="thread-chrome thread-expanded"><div><li class="comment" id="c5204221414414850722"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/01131990503917435288" rel="nofollow">DiventareHacker.it</a></cite><span class="icon user blog-author"></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">23 febbraio 2015 19:57</a></span></div><p class="comment-content">Nella cartella keylogger trovi due file (due script Python) che sono il risultato finale della guida. Ti pare che se volessi iniettare un keylogger nel tuo PC sarei tanto stupido da nominare la cartella &quot;Keylogger&quot;?</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-1262302088"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=5204221414414850722">Elimina</a></span></span></div><div class="comment-replies"><div id="c5204221414414850722-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c5204221414414850722-ra" class="thread-chrome thread-expanded"><div></div><div id="c5204221414414850722-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="5204221414414850722">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c5204221414414850722-ce"></div></li><li class="comment" id="c224994312036577902"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">24 febbraio 2015 03:50</a></span></div><p class="comment-content">no ma, nel file non credevi si vedesse ;)</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=224994312036577902">Elimina</a></span></span></div><div class="comment-replies"><div id="c224994312036577902-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c224994312036577902-ra" class="thread-chrome thread-expanded"><div></div><div id="c224994312036577902-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="224994312036577902">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c224994312036577902-ce"></div></li><li class="comment" id="c7081937903645061674"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">timeless</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">7 maggio 2015 11:11</a></span></div><p class="comment-content">Anonimo: Il file del keylogger fanno parte della guida , sono script che ti servono per sperimentare e per capire il funzionamento . Se l&#39;antivirus li riconosce come minaccia è perchè il keylogger utilizzerà qualche procedura adottata anche da qualche virus/trojan senza essere realmente dannoso (il keylogger in questione), si chiama scansione euristica ti riporto la definizione di Avira (un ottimo antivirus) .&quot; Con il termine euristica s&#39;intende una &quot;funzione di diagnosi precoce&quot; in grado di rilevare anche virus sconosciuti.<br><br>Ciò è possibile grazie a un&#39;analisi approfondita del codice interessato e alla ricerca di attività tipicamente svolte dai virus. Se il codice analizzato risponde a queste caratteristiche tipiche, viene segnalato come sospetto.<br><br>Tuttavia ciò non significa necessariamente che un codice sia davvero un virus, possono verificarsi anche segnalazioni errate.&quot; <br>Quindi tranquillo e cerca di evitare falsi allarmismi .... buono studio :D</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=7081937903645061674">Elimina</a></span></span></div><div class="comment-replies"><div id="c7081937903645061674-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c7081937903645061674-ra" class="thread-chrome thread-expanded"><div></div><div id="c7081937903645061674-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="7081937903645061674">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c7081937903645061674-ce"></div></li><li class="comment" id="c1259826765571382638"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/11477753693641123268" rel="nofollow">Unknown</a></cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">26 luglio 2015 12:04</a></span></div><p class="comment-content">Aprilo su un vm.. no?!<br></p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-592656719"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=1259826765571382638">Elimina</a></span></span></div><div class="comment-replies"><div id="c1259826765571382638-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c1259826765571382638-ra" class="thread-chrome thread-expanded"><div></div><div id="c1259826765571382638-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="1259826765571382638">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c1259826765571382638-ce"></div></li></div><div id="c4423734266218795011-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="4423734266218795011">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c4423734266218795011-ce"></div></li><li class="comment" id="c1133441647156937977"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">23 luglio 2015 16:09</a></span></div><p class="comment-content">salve ho comprato la sua guida completa con il video-totorial e mi dice di andare al mio indirizzo e-mail dove invierà una mail con il link dove effettuare il download ma al momento mi è arrivata solo una mail di paypal dove mi dice che ho inviato il pagamento e basta. mi può aiutare ?</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="1133441647156937977">Rispondi</a><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=1133441647156937977">Elimina</a></span></span></div><div class="comment-replies"><div id="c1133441647156937977-rt" class="comment-thread inline-thread"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c1133441647156937977-ra" class="thread-chrome thread-expanded"><div><li class="comment" id="c3212351667269934883"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/01131990503917435288" rel="nofollow">DiventareHacker.it</a></cite><span class="icon user blog-author"></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">16 agosto 2015 15:35</a></span></div><p class="comment-content">Dimmi il tuo indirizzo email.</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-1262302088"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=3212351667269934883">Elimina</a></span></span></div><div class="comment-replies"><div id="c3212351667269934883-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c3212351667269934883-ra" class="thread-chrome thread-expanded"><div></div><div id="c3212351667269934883-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="3212351667269934883">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c3212351667269934883-ce"></div></li></div><div id="c1133441647156937977-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="1133441647156937977">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c1133441647156937977-ce"></div></li><li class="comment" id="c8019506320581994943"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">25 agosto 2015 10:01</a></span></div><p class="comment-content">non mi arriva potreste aiutarmi?</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="8019506320581994943">Rispondi</a><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=8019506320581994943">Elimina</a></span></span></div><div class="comment-replies"><div id="c8019506320581994943-rt" class="comment-thread inline-thread"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c8019506320581994943-ra" class="thread-chrome thread-expanded"><div><li class="comment" id="c4409610720162507703"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/01131990503917435288" rel="nofollow">DiventareHacker.it</a></cite><span class="icon user blog-author"></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">26 agosto 2015 01:01</a></span></div><p class="comment-content">Scrivimi il tuo indirizzo email a [email protected]<br>Ti invito a controllare anche nello spam.</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-1262302088"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=4409610720162507703">Elimina</a></span></span></div><div class="comment-replies"><div id="c4409610720162507703-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c4409610720162507703-ra" class="thread-chrome thread-expanded"><div></div><div id="c4409610720162507703-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="4409610720162507703">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c4409610720162507703-ce"></div></li><li class="comment" id="c7937415873005967159"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">26 agosto 2015 19:06</a></span></div><p class="comment-content">Ti ringrazio, lo trovata.</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=7937415873005967159">Elimina</a></span></span></div><div class="comment-replies"><div id="c7937415873005967159-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c7937415873005967159-ra" class="thread-chrome thread-expanded"><div></div><div id="c7937415873005967159-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="7937415873005967159">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c7937415873005967159-ce"></div></li></div><div id="c8019506320581994943-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="8019506320581994943">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c8019506320581994943-ce"></div></li><li class="comment" id="c7795924507340167042"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">1 novembre 2015 18:46</a></span></div><p class="comment-content">Ciao io ho comprato la tua guida. Purtroppo non riesco ad aprire i due file .py dentro la cartella &quot;come creare un keylogger in python&quot;. Mentre invece dentro la cartella &quot;reverse engineering&quot; quando cerco di aprire little app mi dice che windows smart screen ha impedito l&#39; avvio di un app non riconosciuta. Come posso risolvere?</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="7795924507340167042">Rispondi</a><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=7795924507340167042">Elimina</a></span></span></div><div class="comment-replies"><div id="c7795924507340167042-rt" class="comment-thread inline-thread"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c7795924507340167042-ra" class="thread-chrome thread-expanded"><div><li class="comment" id="c2063619892698164215"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/01131990503917435288" rel="nofollow">DiventareHacker.it</a></cite><span class="icon user blog-author"></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">1 novembre 2015 22:43</a></span></div><p class="comment-content">Ciao Anonimo,<br>i due file .py nella cartella &quot;Come creare un keylogger in Python&quot; li puoi aprire con l&#39;editor di testo di Python, con Notepad++, con il semplice Blocco Note o con qualsiasi altro editor di testo.<br><br>Per quanto riguarda littleApp.exe, per eseguirla devi disabilitare Windows Smart Screen e dare il consenso all&#39;antivirus se te lo chiede.<br><br>In ogni caso puoi contattarmi in privato all&#39;indirizzo email: [email protected]</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-1262302088"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=2063619892698164215">Elimina</a></span></span></div><div class="comment-replies"><div id="c2063619892698164215-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c2063619892698164215-ra" class="thread-chrome thread-expanded"><div></div><div id="c2063619892698164215-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="2063619892698164215">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c2063619892698164215-ce"></div></li><li class="comment" id="c834116594995031384"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">8 gennaio 2016 00:31</a></span></div><p class="comment-content">grazie bellissima guida e ti faccio i complimenti per tutto quello che fai (non ho visitato tuttto il sito) ma cosa ne dici di fare una guida completa sui linguaggi come c c++ html pascal cobol ruby php ecc. grazie</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=834116594995031384">Elimina</a></span></span></div><div class="comment-replies"><div id="c834116594995031384-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c834116594995031384-ra" class="thread-chrome thread-expanded"><div></div><div id="c834116594995031384-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="834116594995031384">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c834116594995031384-ce"></div></li></div><div id="c7795924507340167042-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="7795924507340167042">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c7795924507340167042-ce"></div></li><li class="comment" id="c2925668402320530770"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/12980841961588119901" rel="nofollow">Unknown</a></cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">17 aprile 2016 18:20</a></span></div><p class="comment-content">Ottimo! Mi ha scaricato il RAR con il PDF e gli script Python.<br>Grazie mille.</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="2925668402320530770">Rispondi</a><span class="item-control blog-admin blog-admin pid-1781199274"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=2925668402320530770">Elimina</a></span></span></div><div class="comment-replies"><div id="c2925668402320530770-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c2925668402320530770-ra" class="thread-chrome thread-expanded"><div></div><div id="c2925668402320530770-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="2925668402320530770">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c2925668402320530770-ce"></div></li><li class="comment" id="c525737093189206379"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">4 luglio 2016 21:45</a></span></div><p class="comment-content">Ho acquistato la guida e mi è arrivata l&#39;email con il link dove poterla scaricare, peccato però che il link non funzioni e la pagina che si apre non esista..come risolviamo?!?</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="525737093189206379">Rispondi</a><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=525737093189206379">Elimina</a></span></span></div><div class="comment-replies"><div id="c525737093189206379-rt" class="comment-thread inline-thread"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c525737093189206379-ra" class="thread-chrome thread-expanded"><div><li class="comment" id="c6607184275231796932"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/01131990503917435288" rel="nofollow">DiventareHacker.it</a></cite><span class="icon user blog-author"></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">26 luglio 2016 00:44</a></span></div><p class="comment-content">Contattami all&#39;indirizzo [email protected]<br><br>P.S. Controlla anche nella cartella di Spam della tua casella di posta, alcuni sbadatamente non si accorgono che semplicemente l&#39;email che cercano è lì.</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-1262302088"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=6607184275231796932">Elimina</a></span></span></div><div class="comment-replies"><div id="c6607184275231796932-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c6607184275231796932-ra" class="thread-chrome thread-expanded"><div></div><div id="c6607184275231796932-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="6607184275231796932">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c6607184275231796932-ce"></div></li></div><div id="c525737093189206379-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="525737093189206379">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c525737093189206379-ce"></div></li><li class="comment" id="c8215340951783451738"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/00237019042422611983" rel="nofollow">filipsnew</a></cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">13 luglio 2016 04:37</a></span></div><p class="comment-content">Gentile Autore, questa guida sembra interessante per via del taglio pratico che sembra offrire. Tuttavia è difficile acquistare un prodotto senza almeno poter dare una sbirciata al fine di una valutazione preventiva e di un acquisto consapevole. Inoltre mi piacerebbe sapere se la guida PDF (29.99&#8364;) ha lo stesso contenuto di quella maggiorata nel prezzo, fatta eccezione per i video: potrebbe gentilmente spiegare la differenza tra le due versioni?</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="8215340951783451738">Rispondi</a><span class="item-control blog-admin blog-admin pid-1330918094"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=8215340951783451738">Elimina</a></span></span></div><div class="comment-replies"><div id="c8215340951783451738-rt" class="comment-thread inline-thread"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c8215340951783451738-ra" class="thread-chrome thread-expanded"><div><li class="comment" id="c4339290218684162668"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/01131990503917435288" rel="nofollow">DiventareHacker.it</a></cite><span class="icon user blog-author"></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">26 luglio 2016 00:40</a></span></div><p class="comment-content">Quella da 39.99&#8364;, oltre ad essere più aggiornata, è molto più ricca di contenuti sia pratici che teorici.<br><br>La prima guida è un ebook che ho scritto tempo fa che ti fa addentrare nel mondo dell&#39;hacking.<br><br>La seconda è un vero e proprio video-corso con tanto di capitolo scritti (teorici) e di video pratici su ogni argomento affrontato, che vanno dai basilari capitoli come &quot;Cos&#39;è e com&#39;è fatto un computer&quot; fino alle tecniche hacking più utilizzate.</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-1262302088"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=4339290218684162668">Elimina</a></span></span></div><div class="comment-replies"><div id="c4339290218684162668-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c4339290218684162668-ra" class="thread-chrome thread-expanded"><div></div><div id="c4339290218684162668-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="4339290218684162668">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c4339290218684162668-ce"></div></li></div><div id="c8215340951783451738-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="8215340951783451738">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c8215340951783451738-ce"></div></li><li class="comment" id="c2532065407325951375"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/13640614973160730112" rel="nofollow">elsosio</a></cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">21 ottobre 2016 12:49</a></span></div><p class="comment-content">virus<br></p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="2532065407325951375">Rispondi</a><span class="item-control blog-admin blog-admin pid-973469562"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=2532065407325951375">Elimina</a></span></span></div><div class="comment-replies"><div id="c2532065407325951375-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c2532065407325951375-ra" class="thread-chrome thread-expanded"><div></div><div id="c2532065407325951375-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="2532065407325951375">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c2532065407325951375-ce"></div></li><li class="comment" id="c3342298923071291988"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">6 novembre 2016 13:59</a></span></div><p class="comment-content">non mi è arrivata nessuna mail...</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="3342298923071291988">Rispondi</a><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=3342298923071291988">Elimina</a></span></span></div><div class="comment-replies"><div id="c3342298923071291988-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c3342298923071291988-ra" class="thread-chrome thread-expanded"><div></div><div id="c3342298923071291988-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="3342298923071291988">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c3342298923071291988-ce"></div></li><li class="comment" id="c1777141809812776472"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/13849639329161860725" rel="nofollow">Unknown</a></cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">10 dicembre 2016 16:27</a></span></div><p class="comment-content">A me è arrivata la mail, seguo le istruzioni del pdf (controllare un pc) ma python mi da errore... non so come devo scriverlo... il pc vittima che io voglio spegnere da distanza al mio comando deve avere python? è su quello che devo scrivere il codice client e sul mio pc il server? <br>Grazie</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="1777141809812776472">Rispondi</a><span class="item-control blog-admin blog-admin pid-1525024897"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=1777141809812776472">Elimina</a></span></span></div><div class="comment-replies"><div id="c1777141809812776472-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c1777141809812776472-ra" class="thread-chrome thread-expanded"><div></div><div id="c1777141809812776472-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="1777141809812776472">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c1777141809812776472-ce"></div></li><li class="comment" id="c238685084553575134"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/17046453322500300656" rel="nofollow">Unknown</a></cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">27 marzo 2017 21:48</a></span></div><p class="comment-content">Ciao Sei ancora attivo vorrei comporare ora la tua guida e se si presentasse qualche problema vorrei che ci fossi e rispondimi al piu presto </p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="238685084553575134">Rispondi</a><span class="item-control blog-admin blog-admin pid-889013576"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=238685084553575134">Elimina</a></span></span></div><div class="comment-replies"><div id="c238685084553575134-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c238685084553575134-ra" class="thread-chrome thread-expanded"><div></div><div id="c238685084553575134-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="238685084553575134">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c238685084553575134-ce"></div></li><li class="comment" id="c3748910037613111630"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">6 ottobre 2017 16:38</a></span></div><p class="comment-content">A me e-mail é arrivata dopo 3 secondi anche il download nonostante abbi uno smartphone Meizu m5</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="3748910037613111630">Rispondi</a><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=3748910037613111630">Elimina</a></span></span></div><div class="comment-replies"><div id="c3748910037613111630-rt" class="comment-thread inline-thread"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c3748910037613111630-ra" class="thread-chrome thread-expanded"><div><li class="comment" id="c6639318575691368019"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">11 giugno 2018 19:40</a></span></div><p class="comment-content">il link di accesso è rovinato non mi apre la pagina di download del file. volevo sapere se qualcuno lo poteva inoltare da qualche parte cosi posso prenderlo anche io</p><span class="comment-actions secondary-text"><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=6639318575691368019">Elimina</a></span></span></div><div class="comment-replies"><div id="c6639318575691368019-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c6639318575691368019-ra" class="thread-chrome thread-expanded"><div></div><div id="c6639318575691368019-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="6639318575691368019">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c6639318575691368019-ce"></div></li></div><div id="c3748910037613111630-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="3748910037613111630">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c3748910037613111630-ce"></div></li><li class="comment" id="c8417781066230344487"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/00754819990823243176" rel="nofollow">Unknown</a></cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">15 luglio 2019 02:53</a></span></div><p class="comment-content">Ho provato a farmi mandare la guida via mail ma quando premo &quot;Voglio ricevere la mia copia&quot; mi da questo messaggio di errore:<br><br>Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /membri/tuttomondopc/DiventareHacker/connect.php:8 Stack trace: #0 /membri/tuttomondopc/DiventareHacker/join_Python_e_l_arte_dell_Hacking.php(3): include_once() #1 {main} thrown in /membri/tuttomondopc/DiventareHacker/connect.php on line 8</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="8417781066230344487">Rispondi</a><span class="item-control blog-admin blog-admin pid-1051329299"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=8417781066230344487">Elimina</a></span></span></div><div class="comment-replies"><div id="c8417781066230344487-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c8417781066230344487-ra" class="thread-chrome thread-expanded"><div></div><div id="c8417781066230344487-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="8417781066230344487">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c8417781066230344487-ce"></div></li><li class="comment" id="c3817881361688174987"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/02779239113878974400" rel="nofollow">hooker</a></cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">8 novembre 2019 13:07</a></span></div><p class="comment-content">lo stesso da ame</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="3817881361688174987">Rispondi</a><span class="item-control blog-admin blog-admin pid-1979278436"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=3817881361688174987">Elimina</a></span></span></div><div class="comment-replies"><div id="c3817881361688174987-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c3817881361688174987-ra" class="thread-chrome thread-expanded"><div></div><div id="c3817881361688174987-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="3817881361688174987">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c3817881361688174987-ce"></div></li><li class="comment" id="c1271402771238571865"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">11 dicembre 2019 18:30</a></span></div><p class="comment-content">Buona sera, è possibile avere un contatto in privato <br>Grazie</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="1271402771238571865">Rispondi</a><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=1271402771238571865">Elimina</a></span></span></div><div class="comment-replies"><div id="c1271402771238571865-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c1271402771238571865-ra" class="thread-chrome thread-expanded"><div></div><div id="c1271402771238571865-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="1271402771238571865">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c1271402771238571865-ce"></div></li><li class="comment" id="c1323416010750480468"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">11 dicembre 2019 18:40</a></span></div><p class="comment-content">Scusate, Buona sera, è possibile avere un contatto in privato<br>Grazie [email protected]</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="1323416010750480468">Rispondi</a><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=1323416010750480468">Elimina</a></span></span></div><div class="comment-replies"><div id="c1323416010750480468-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c1323416010750480468-ra" class="thread-chrome thread-expanded"><div></div><div id="c1323416010750480468-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="1323416010750480468">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c1323416010750480468-ce"></div></li><li class="comment" id="c5844158898071019487"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonimo</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">11 febbraio 2020 18:15</a></span></div><p class="comment-content">ciao non riesco a scaricare la guida... continua a segnalare errori</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="5844158898071019487">Rispondi</a><span class="item-control blog-admin blog-admin pid-996573528"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=5844158898071019487">Elimina</a></span></span></div><div class="comment-replies"><div id="c5844158898071019487-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c5844158898071019487-ra" class="thread-chrome thread-expanded"><div></div><div id="c5844158898071019487-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="5844158898071019487">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c5844158898071019487-ce"></div></li><li class="comment" id="c5643221573243990621"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/14239159044055659172" rel="nofollow">babbu</a></cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">24 luglio 2020 21:16</a></span></div><p class="comment-content">non riesco a scaricarla mi da un errore di PHP </p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="5643221573243990621">Rispondi</a><span class="item-control blog-admin blog-admin pid-1159398214"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=5643221573243990621">Elimina</a></span></span></div><div class="comment-replies"><div id="c5643221573243990621-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c5643221573243990621-ra" class="thread-chrome thread-expanded"><div></div><div id="c5643221573243990621-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="5643221573243990621">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c5643221573243990621-ce"></div></li><li class="comment" id="c6173776776593942762"><div class="avatar-image-container"><img src="//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/05519598356225816626" rel="nofollow">Diego</a></cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="http://www.diventarehacker.it/p/python-e-larte-dellhacking.html">16 novembre 2020 22:40</a></span></div><p class="comment-content">non riesco a scaricarlo, mi restituisce un errore</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="6173776776593942762">Rispondi</a><span class="item-control blog-admin blog-admin pid-1396323909"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=638875891875607163&amp;postID=6173776776593942762">Elimina</a></span></span></div><div class="comment-replies"><div id="c6173776776593942762-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Risposte</a></span></span><ol id="c6173776776593942762-ra" class="thread-chrome thread-expanded"><div></div><div id="c6173776776593942762-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="6173776776593942762">Rispondi</a></div></ol></div></div><div class="comment-replybox-single" id="c6173776776593942762-ce"></div></li></ol><div id="top-continue" class="continue"><a class="comment-reply" target="_self">Aggiungi commento</a></div><div class="comment-replybox-thread" id="top-ce"></div><div class="loadmore hidden" data-post-id="8948843730622121092"><a target="_self">Carica altro...</a></div></div>
</div>
</div>
<p class='comment-footer'>
<div class='comment-form'>
<a name='comment-form'></a>
<p>
</p>
<a href='https://www.blogger.com/comment-iframe.g?blogID=638875891875607163&pageID=8948843730622121092' id='comment-editor-src'></a>
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410px' id='comment-editor' name='comment-editor' src='' width='100%'></iframe>
<script src='https://www.blogger.com/static/v1/jsbin/1875144490-comment_from_post_iframe.js' type='text/javascript'></script>
<script type='text/javascript'>
BLOG_CMT_createIframe('https://www.blogger.com/rpc_relay.html');
</script>
</div>
</p>
<div id='backlinks-container'>
<div id='Blog1_backlinks-container'>
</div>
</div>
</div>
</div>
</div></div>
<!--Can't find substitution for tag [adEnd]-->
</div>
<div style='clear: both;'></div>
<div class='blog-pager' id='blog-pager'>
<a class='home-link' href='http://www.diventarehacker.it/'>Home page</a>
</div>
<div class='clear'></div>
</div></div>
</div><!-- #main -->
</div><!-- #primary -->
<div class='bwrapwidget-area' id='secondarybwrap' role='complementary'>
<div class='sidebarbtop section' id='sidebarbtop'><div class='widget HTML' data-version='1' id='HTML3'>
<div class='widget-content'>
<!--
<div style="border: 4px solid #f45145; padding: 0px; background-color: white;">
<a href="http://diventarehackerblog.altervista.org/video-corso-hacking/"><img border="0" src="http://1.bp.blogspot.com/-5oKr4_g_vLo/VYBwC3rwtrI/AAAAAAAAAWc/LLsiLABxAh8/s320/video%2Bcorso.png" /></a>
</div>
-->
<!-- Ebay Banner -->
<!--<a target="_blank" href="http://rover.ebay.com/rover/1/724-53478-19255-0/1?icep_ff3=9&pub=5575204464&toolid=10001&campid=5337927025&customid=&icep_uq=pc+portatili&icep_sellerId=&icep_ex_kw=&icep_sortBy=12&icep_catId=&icep_minPrice=&icep_maxPrice=&ipn=psmain&icep_vectorid=229494&kwid=902099&mtid=824&kw=lg"><img src="https://3.bp.blogspot.com/-Edp18jU2Me0/V5dpWLLJDHI/AAAAAAAAAfM/F6wKpsnEJn8oNjSZqE22V_ZjHJ3_3cAEQCKgB/s320/DiventareHacker_PC_Portatili.jpg" style="border: 4px solid red;" /></a><img style="text-decoration:none;border:0;padding:0;margin:0;" src="http://rover.ebay.com/roverimp/1/724-53478-19255-0/1?ff3=9&amp;pub=5575204464&amp;toolid=10001&amp;campid=5337927025&amp;customid=&amp;uq=pc+portatili&amp;mpt=[CACHEBUSTER]" />-->
</div>
<div class='clear'></div>
<span class='widget-item-control'>
<span class='item-control blog-admin'>
<a class='quickedit' href='//www.blogger.com/rearrange?blogID=638875891875607163&widgetType=HTML&widgetId=HTML3&action=editWidget&sectionId=sidebarbtop' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML3"));' rel='nofollow' target='configHTML3' title='Modifica'>
<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
</a>
</span>
</span>
<div class='clear'></div>
</div><div class='widget BlogSearch' data-version='1' id='BlogSearch1'>
<h2 class='title'>Cerca nel blog</h2>
<div class='widget-content'>
<div id='BlogSearch1_form'>
<form action='http://www.diventarehacker.it/search' class='gsc-search-box' target='_top'>
<table cellpadding='0' cellspacing='0' class='gsc-search-box'>
<tbody>
<tr>
<td class='gsc-input'>
<input autocomplete='off' class='gsc-input' name='q' size='10' title='search' type='text' value=''/>
</td>
<td class='gsc-search-button'>
<input class='gsc-search-button' title='search' type='submit' value='Cerca'/>
</td>
</tr>
</tbody>
</table>
</form>
</div>
</div>
<div class='clear'></div>
<span class='widget-item-control'>
<span class='item-control blog-admin'>
<a class='quickedit' href='//www.blogger.com/rearrange?blogID=638875891875607163&widgetType=BlogSearch&widgetId=BlogSearch1&action=editWidget&sectionId=sidebarbtop' onclick='return _WidgetManager._PopupConfig(document.getElementById("BlogSearch1"));' rel='nofollow' target='configBlogSearch1' title='Modifica'>
<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
</a>
</span>
</span>
<div class='clear'></div>
</div><div class='widget PopularPosts' data-version='1' id='PopularPosts1'>
<h2>Post più popolari</h2>
<div class='widget-content popular-posts'>
<ul>
<li>
<div class='item-content'>
<div class='item-thumbnail'>
<a href='http://www.diventarehacker.it/2013/12/come-diventare-hacker.html' target='_blank'>
<img alt='' border='0' src='https://1.bp.blogspot.com/-GbhIexblUPI/UcvvXV6jvVI/AAAAAAAAAKU/-nUb90AQglU/w72-h72-p-k-no-nu/diventare+programmatore.jpg'/>
</a>
</div>
<div class='item-title'><a href='http://www.diventarehacker.it/2013/12/come-diventare-hacker.html'>Come Diventare Hacker: La Guida Completa</a></div>
<div class='item-snippet'>Leggi questa e avrai le idee chiare su come diventare hacker. Ti dirò i passi da seguire e ti spiego come diventare hacker . Questa infa...</div>
</div>
<div style='clear: both;'></div>
</li>
<li>
<div class='item-content'>
<div class='item-thumbnail'>
<a href='http://www.diventarehacker.it/2013/03/dos-attaccare-un-sito-dal-prompt-dei.html' target='_blank'>
<img alt='' border='0' src='https://1.bp.blogspot.com/-y0_rXdpF_3I/UUrYM0O1OpI/AAAAAAAAAE4/6ji897IGc2Q/w72-h72-p-k-no-nu/dos.png'/>
</a>
</div>
<div class='item-title'><a href='http://www.diventarehacker.it/2013/03/dos-attaccare-un-sito-dal-prompt-dei.html'>DoS: Attaccare Un Server Dal Prompt Dei Comandi</a></div>
<div class='item-snippet'> Nota bene: il seguente articolo è ottimo per comprendere il funzionamento della tecnica DoS ma il procedimento illustrato è datato e molto...</div>
</div>
<div style='clear: both;'></div>
</li>
<li>
<div class='item-content'>
<div class='item-thumbnail'>
<a href='http://www.diventarehacker.it/2013/11/come-hackerare-un-sito.html' target='_blank'>
<img alt='' border='0' src='https://1.bp.blogspot.com/-YrXcecDAoxw/UpYWPT3a2_I/AAAAAAAAAQE/y62qERhz8ac/w72-h72-p-k-no-nu/Come+Hackerare+Un+Sito.png'/>
</a>
</div>
<div class='item-title'><a href='http://www.diventarehacker.it/2013/11/come-hackerare-un-sito.html'>Come Hackerare Un Sito</a></div>
<div class='item-snippet'>Questo articolo spiega&#160; come hackerare un sito web. Ti mostrerò i metodi attraverso i quali attaccare, rubare dati e hackerare un sito. Ovv...</div>
</div>
<div style='clear: both;'></div>
</li>
<li>
<div class='item-content'>
<div class='item-thumbnail'>
<a href='http://www.diventarehacker.it/2013/07/come-hackerare-i-giochi-con-cheat-engine.html' target='_blank'>
<img alt='' border='0' src='http://3.bp.blogspot.com/-tuAWTz39U3U/Ud_qxstdb5I/AAAAAAAAALU/qzvfCRYoq90/w72-h72-p-k-no-nu/Hackerare+I+Giochi+Con+Cheat+Engine.png'/>
</a>
</div>
<div class='item-title'><a href='http://www.diventarehacker.it/2013/07/come-hackerare-i-giochi-con-cheat-engine.html'>Come Hackerare I Giochi Con Cheat Engine</a></div>
<div class='item-snippet'>Quando giochiamo ad un videogame spesso il giocatore dispone di una salute, di un livello, di una potenza, di soldi ecc... Tutti questi dati...</div>
</div>
<div style='clear: both;'></div>
</li>
<li>
<div class='item-content'>
<div class='item-thumbnail'>
<a href='http://www.diventarehacker.it/2013/03/rat-controllare-un-pc-distanza.html' target='_blank'>
<img alt='' border='0' src='http://1.bp.blogspot.com/-3v6hwX0ND24/UT-ZRJ7XeHI/AAAAAAAAAC4/F_yMXM4h6Hg/w72-h72-p-k-no-nu/Spy-icon.png'/>
</a>
</div>
<div class='item-title'><a href='http://www.diventarehacker.it/2013/03/rat-controllare-un-pc-distanza.html'>RAT: Controllare Un PC A Distanza</a></div>
<div class='item-snippet'> Nota bene: il seguente articolo è ottimo per comprendere cosa sia un Remote Administration Tool ma il procedimento illustrato è datato e m...</div>
</div>
<div style='clear: both;'></div>
</li>
<li>
<div class='item-content'>
<div class='item-thumbnail'>
<a href='http://www.diventarehacker.it/2014/02/guida-darkcomet-v53-2014-remote.html' target='_blank'>
<img alt='' border='0' src='http://4.bp.blogspot.com/-sbrOT5yZCh0/UxD2i5AZVxI/AAAAAAAAANc/MZYBmG2gHEk/w72-h72-p-k-no-nu/hBdaC.png'/>
</a>
</div>
<div class='item-title'><a href='http://www.diventarehacker.it/2014/02/guida-darkcomet-v53-2014-remote.html'>Guida DarkComet v5.3 (2015) Remote Administration Tool (RAT) - Come entrare e hackerare computer altrui</a></div>
<div class='item-snippet'>Questo articolo spiega come hackerare un computer e avere il totale controllo su di esso. Non c&#39;è bisogno di conoscenze tecniche e il pr...</div>
</div>
<div style='clear: both;'></div>
</li>
</ul>
<div class='clear'></div>
<span class='widget-item-control'>
<span class='item-control blog-admin'>
<a class='quickedit' href='//www.blogger.com/rearrange?blogID=638875891875607163&widgetType=PopularPosts&widgetId=PopularPosts1&action=editWidget&sectionId=sidebarbtop' onclick='return _WidgetManager._PopupConfig(document.getElementById("PopularPosts1"));' rel='nofollow' target='configPopularPosts1' title='Modifica'>
<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
</a>
</span>
</span>
<div class='clear'></div>
</div>
</div><div class='widget Label' data-version='1' id='Label1'>
<h2>Categorie</h2>
<div class='widget-content cloud-label-widget-content'>
<span class='label-size label-size-1'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Android'>Android</a>
</span>
<span class='label-size label-size-2'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Cracking'>Cracking</a>
</span>
<span class='label-size label-size-3'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Crittografia'>Crittografia</a>
</span>
<span class='label-size label-size-1'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/DoS'>DoS</a>
</span>
<span class='label-size label-size-2'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Ebook'>Ebook</a>
</span>
<span class='label-size label-size-1'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Email'>Email</a>
</span>
<span class='label-size label-size-5'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Guide'>Guide</a>
</span>
<span class='label-size label-size-5'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Hacking'>Hacking</a>
</span>
<span class='label-size label-size-2'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Hardware'>Hardware</a>
</span>
<span class='label-size label-size-4'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Internet'>Internet</a>
</span>
<span class='label-size label-size-2'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Javascript'>Javascript</a>
</span>
<span class='label-size label-size-3'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Linux'>Linux</a>
</span>
<span class='label-size label-size-3'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Network'>Network</a>
</span>
<span class='label-size label-size-1'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Port%20Scanner'>Port Scanner</a>
</span>
<span class='label-size label-size-4'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Programmazione'>Programmazione</a>
</span>
<span class='label-size label-size-3'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Python'>Python</a>
</span>
<span class='label-size label-size-2'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Python%20Hacking'>Python Hacking</a>
</span>
<span class='label-size label-size-3'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Recensione'>Recensione</a>
</span>
<span class='label-size label-size-1'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Reverse%20Engineering'>Reverse Engineering</a>
</span>
<span class='label-size label-size-4'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Script'>Script</a>
</span>
<span class='label-size label-size-4'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Sicurezza'>Sicurezza</a>
</span>
<span class='label-size label-size-1'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Smartphone'>Smartphone</a>
</span>
<span class='label-size label-size-3'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/SQL'>SQL</a>
</span>
<span class='label-size label-size-1'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Videogame'>Videogame</a>
</span>
<span class='label-size label-size-2'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/WarGames'>WarGames</a>
</span>
<span class='label-size label-size-4'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Web'>Web</a>
</span>
<span class='label-size label-size-1'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Web%20Mastering'>Web Mastering</a>
</span>
<span class='label-size label-size-2'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Wi-Fi'>Wi-Fi</a>
</span>
<span class='label-size label-size-2'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Windows'>Windows</a>
</span>
<span class='label-size label-size-2'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/XSS'>XSS</a>
</span>
<span class='label-size label-size-2'>
<a dir='ltr' href='http://www.diventarehacker.it/search/label/Youtube'>Youtube</a>
</span>
<div class='clear'></div>
<span class='widget-item-control'>
<span class='item-control blog-admin'>
<a class='quickedit' href='//www.blogger.com/rearrange?blogID=638875891875607163&widgetType=Label&widgetId=Label1&action=editWidget&sectionId=sidebarbtop' onclick='return _WidgetManager._PopupConfig(document.getElementById("Label1"));' rel='nofollow' target='configLabel1' title='Modifica'>
<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
</a>
</span>
</span>
<div class='clear'></div>
</div>
</div><div class='widget Attribution' data-version='1' id='Attribution1'>
<div class='widget-content' style='text-align: center;'>
Copyright by DiventareHacker.it. Powered by <a href='https://www.blogger.com' target='_blank'>Blogger</a>.
</div>
<div class='clear'></div>
<span class='widget-item-control'>
<span class='item-control blog-admin'>
<a class='quickedit' href='//www.blogger.com/rearrange?blogID=638875891875607163&widgetType=Attribution&widgetId=Attribution1&action=editWidget&sectionId=sidebarbtop' onclick='return _WidgetManager._PopupConfig(document.getElementById("Attribution1"));' rel='nofollow' target='configAttribution1' title='Modifica'>
<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
</a>
</span>
</span>
<div class='clear'></div>
</div>
</div>
</div><!-- #secondary -->
</div><!-- #content -->
<div class='secondary-navigation'>
<div class='menu-footer-container'>
<div class='nbttopmenutop no-items section' id='nbttopmenutop'>
</div>
</div>
</div>
<footer class='site-footer' id='colophon' role='contentinfo'>
<div class='site-info'>
<!-- Do not edit or remove credits without our permission: newbloggerthemes.com -->
Copyright &#169; <script type='text/javascript'>var creditsyear = new Date();document.write(creditsyear.getFullYear());</script>
<a href='http://www.diventarehacker.it/'>Diventare Hacker</a> | Powered by <a href='http://www.blogger.com/'>Blogger</a><br/>Design by <a href='http://automattic.com/' target='_blank'>Automattic</a> | Blogger Theme by <a href='http://newbloggerthemes.com/' target='_blank' title='NewBloggerThemes.com'>NewBloggerThemes.com</a>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<script type='text/javascript'>
//<![CDATA[
jQuery(document).ready(function($) {
function navMenu() {
var sidebarToggle = $('#sidebar-toggle');
var menuToggle = $('#menu-toggle');
var socialLinksToggle = $('#social-links-toggle');
var searchToggle = $('#search-toggle');
var socialLinksNav = $('#social-links-toggle-nav');
var sidebarNav = $('#sidebar-toggle-nav');
var searchNav = $('#search-toggle-nav');
var menuNav = $('#menu-toggle-nav');
searchNav.hide();
sidebarNav.hide();
socialLinksNav.hide();
searchToggle.removeClass('active');
sidebarToggle.removeClass('active');
socialLinksToggle.removeClass('active');
function myToggleClass( $myvar ) {
if ( $myvar.hasClass( 'active' ) ) {
$myvar.removeClass( 'active' );
} else {
$myvar.addClass('active');
}
}
// Display/hide sidebar
sidebarToggle.on('click', function() {
sidebarNav.slideToggle();
myToggleClass($(this));
socialLinksNav.hide();
menuNav.hide();
searchNav.hide();
searchToggle.removeClass('active');
menuToggle.removeClass('active');
socialLinksToggle.removeClass('active');
});
// Display/hide social links
socialLinksToggle.on('click', function() {
socialLinksNav.slideToggle();
myToggleClass($(this));
menuNav.hide();
searchNav.hide();
sidebarNav.hide();
searchToggle.removeClass('active');
menuToggle.removeClass('active');
sidebarToggle.removeClass('active');
});
// Display/hide menu
menuToggle.on('click', function() {
menuNav.slideToggle();
myToggleClass($(this));
searchNav.hide();
sidebarNav.hide();
socialLinksNav.hide();
searchToggle.removeClass('active');
sidebarToggle.removeClass('active');
socialLinksToggle.removeClass('active');
});
// Display/hide search
searchToggle.on('click', function() {
searchNav.slideToggle();
myToggleClass($(this));
sidebarNav.hide();
socialLinksNav.hide();
menuNav.hide();
sidebarToggle.removeClass('active');
menuToggle.removeClass('active');
socialLinksToggle.removeClass('active');
});
}
$(window).on('load', navMenu);
} );
//]]>
</script>
<script type='text/javascript'>
//<![CDATA[
( function() {
var is_webkit = navigator.userAgent.toLowerCase().indexOf( 'webkit' ) > -1,
is_opera = navigator.userAgent.toLowerCase().indexOf( 'opera' ) > -1,
is_ie = navigator.userAgent.toLowerCase().indexOf( 'msie' ) > -1;
if ( ( is_webkit || is_opera || is_ie ) && 'undefined' !== typeof( document.getElementById ) ) {
var eventMethod = ( window.addEventListener ) ? 'addEventListener' : 'attachEvent';
window[ eventMethod ]( 'hashchange', function() {
var element = document.getElementById( location.hash.substring( 1 ) );
if ( element ) {
if ( ! /^(?:a|select|input|button|textarea)$/i.test( element.tagName ) )
element.tabIndex = -1;
element.focus();
}
}, false );
}
})();
//]]>
</script>
<!--\xc8 tua responsabilit\xe0 avvisare i visitatori dei cookie utilizzati e dei dati raccolti sul tuo blog. In Blogger \xe8 disponibile una notifica standard che puoi utilizzare sul tuo blog. Puoi personalizzarla o sostituirla con una notifica preparata da te. Per maggiori dettagli, visita http://www.blogger.com/go/cookiechoices.-->
<script defer='' src='/js/cookienotice.js'></script>
<script>
document.addEventListener('DOMContentLoaded', function(event) {
window.cookieChoices && cookieChoices.showCookieConsentBar && cookieChoices.showCookieConsentBar(
(window.cookieOptions && cookieOptions.msg) || 'Questo sito utilizza cookie di Google per erogare i propri servizi e per analizzare il traffico. Il tuo indirizzo IP e il tuo user agent sono condivisi con Google, unitamente alle metriche sulle prestazioni e sulla sicurezza, per garantire la qualit\xe0 del servizio, generare statistiche di utilizzo e rilevare e contrastare eventuali abusi.',
(window.cookieOptions && cookieOptions.close) || 'OK',
(window.cookieOptions && cookieOptions.learn) || 'Ulteriori informazioni',
(window.cookieOptions && cookieOptions.link) || 'https://www.blogger.com/go/blogspot-cookies');
});
</script>
<script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/1568228981-widgets.js"></script>
<script type='text/javascript'>
window['__wavt'] = 'AOuZoY6wdDvUzeSv9gXYZFJxp6w1sjGInA:1606473627371';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d638875891875607163','//www.diventarehacker.it/p/python-e-larte-dellhacking.html','638875891875607163');
_WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '638875891875607163', 'title': 'Diventare Hacker', 'url': 'http://www.diventarehacker.it/p/python-e-larte-dellhacking.html', 'canonicalUrl': 'http://www.diventarehacker.it/p/python-e-larte-dellhacking.html', 'homepageUrl': 'http://www.diventarehacker.it/', 'searchUrl': 'http://www.diventarehacker.it/search', 'canonicalHomepageUrl': 'http://www.diventarehacker.it/', 'blogspotFaviconUrl': 'http://www.diventarehacker.it/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': true, 'httpsEnabled': false, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': 'UA-42127644-1', 'encoding': 'UTF-8', 'locale': 'it', 'localeUnderscoreDelimited': 'it', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Diventare Hacker - Atom\x22 href\x3d\x22http://www.diventarehacker.it/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Diventare Hacker - RSS\x22 href\x3d\x22http://www.diventarehacker.it/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Diventare Hacker - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/638875891875607163/posts/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/42ff64da1a8ca0f8', 'plusOneApiSrc': 'https://apis.google.com/js/plusone.js', 'disableGComments': true, 'sharing': {'platforms': [{'name': 'Ottieni link', 'key': 'link', 'shareMessage': 'Ottieni link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Condividi in Facebook', 'target': 'facebook'}, {'name': 'Postalo sul blog', 'key': 'blogThis', 'shareMessage': 'Postalo sul blog', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Condividi in Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Condividi in Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 300, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27it\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Continua a leggere', 'pageType': 'static_page', 'pageId': '8948843730622121092', 'pageName': 'Python e l\x27arte dell\x27hacking', 'pageTitle': 'Diventare Hacker: Python e l\x27arte dell\x27hacking', 'metaDescription': ''}}, {'name': 'features', 'data': {'sharing_get_link_dialog': 'true', 'sharing_native': 'false'}}, {'name': 'messages', 'data': {'edit': 'Modifica', 'linkCopiedToClipboard': 'Link copiato negli appunti.', 'ok': 'OK', 'postLink': 'Link del post'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Personalizza', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Python e l\x27arte dell\x27hacking', 'description': 'Guide sull\x27hacking e sulla sicurezza informatica', 'featuredImage': 'http://4.bp.blogspot.com/-KzPqprRo5Hg/UoaSR4XVnwI/AAAAAAAAAPA/gntRHo5Hkog/s200/Python+e+l\x27arte+dell\x27hacking.png', 'url': 'http://www.diventarehacker.it/p/python-e-larte-dellhacking.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': true, 'isPost': false, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'pageId': 8948843730622121092}}]);
_WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'headersec', document.getElementById('Header1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'panelbwrapwidget3', document.getElementById('HTML1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML2', 'panelbwrapwidget3', document.getElementById('HTML2'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'mainblogsec', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/2889584424-lbx__it.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/368954415-lightbox_bundle.css'}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML3', 'sidebarbtop', document.getElementById('HTML3'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_BlogSearchView', new _WidgetInfo('BlogSearch1', 'sidebarbtop', document.getElementById('BlogSearch1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_PopularPostsView', new _WidgetInfo('PopularPosts1', 'sidebarbtop', document.getElementById('PopularPosts1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_LabelView', new _WidgetInfo('Label1', 'sidebarbtop', document.getElementById('Label1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'sidebarbtop', document.getElementById('Attribution1'), {}, 'displayModeFull'));
</script>
</body>
</html>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761