cmd@fb:/tmp|❯ wc -l 33m-subdomain-wordlist.txt
33927885 33m-subdomain-wordlist.txtDocumento consolidado de endpoints RTSP conhecidos para câmeras IP, DVRs e NVRs.
Importante: endpoints RTSP podem variar conforme modelo, linha, OEM, firmware e região. Não assuma que um endereço funciona para todos os equipamentos de uma mesma marca.
| @media (min-width: 768px){ | |
| .timeline { | |
| position: relative; | |
| z-index: 1; | |
| } | |
| .timeline::before { | |
| content:""; | |
| position: absolute; | |
| z-index: 1; | |
| top: 0; |
| jQuery(document).ready(function($){ | |
| // Detect if this is a hero image page by looking for the #heroimage ID | |
| if( $('#heroimage').length ){ | |
| // get the value of the bottom of the #heroimage element by adding the offset of that element plus its height, set it as a variable | |
| var mainbottom = $('#heroimage').offset().top + $('#heroimage').outerHeight(true); | |
| $(window).on('scroll',function(){ | |
| var stop = Math.round($(window).scrollTop()); | |
| // If the use has scrolled past the bottom of the hero image |
| /** set up our navbar, and position it fixed so there is no white gap above the CS content **/ | |
| .x-navbar { | |
| border: none; | |
| box-shadow: none; | |
| transition: background 0.7s ease-out; | |
| background: transparent!important; | |
| position: fixed; | |
| z-index: 1030; | |
| top: 0; |
| ''' Feature Extraction using TF-IDF this code is python3 implementation of source code included in Text Analytics with Python''' | |
| CORPUS = [ | |
| 'the sky is blue', | |
| 'sky is blue and sky is beautiful', | |
| 'the beautiful sky is so blue', | |
| 'i love blue cheese' | |
| ] | |
| new_doc = ['loving this blue sky today'] |
| <?XML version="1.0"?> | |
| <scriptlet> | |
| <registration | |
| progid="PoC" | |
| classid="{F0001111-0000-0000-0000-0000FEEDACDC}" > | |
| <!-- Proof Of Concept - Casey Smith @subTee --> | |
| <!-- License: BSD3-Clause --> | |
| <script language="JScript"> | |
| <![CDATA[ | |
| //x86 only. C:\Windows\Syswow64\regsvr32.exe /s /u /i:file.sct scrobj.dll |
Via http://null-byte.wonderhowto.com/how-to/reverse-shell-using-python-0163875/ with some style changes (to use classes instead of globals).
Requirements:
- a client: a Windows machine with Python installed (tested on Server 2012; probably works on 7 and 8 too)
- a server: a Linux machine (might work elsewhere)
The purpose of this document is to make recommendations on how to browse in a privacy and security conscious manner. This information is compiled from a number of sources, which are referenced throughout the document, as well as my own experiences with the described technologies.
I welcome contributions and comments on the information contained. Please see the How to Contribute section for information on contributing your own knowledge.