PROJET AUTOBLOG


url inaccessible

Archivé

Site original : url inaccessible

⇐ retour index

▶ Avoiding Strikes With Weapons - YouTube

dimanche 1 mars 2015 à 23:26
(Permalink)

Veil - Framework

dimanche 1 mars 2015 à 16:05
Veil is the superproject containing all tools in the Veil-Framework

GitHub : https://github.com/Veil-Framework/Veil

Veil-Evasion : A Payload Generator to Bypass Antivirus!
PrependMigrate with Veil : PrependMigrate=true (A ajouter à la fin de la création)

TUTO : http://ultimatepeter.com/how-to-hack-bypassing-antivirus-using-veil-on-kali-linux/
TUTO : http://www.behindthefirewalls.com/2013/09/how-to-bypass-antivirus-using-veil-on.html
DOC : https://www.veil-framework.com/prependmigrate-veil/

YouTube :
--Installation : https://www.youtube.com/watch?v=XWrw_I38fd0
--Utilisation : https://www.youtube.com/watch?v=JKP2e8KXPdk
(Permalink)

Python : Extraction d'une partie d'une chaine dans une chaine

dimanche 1 mars 2015 à 13:36
chaine = 'aa bb www.free.fr_/a azertyuiop'
pos1 = chaine.find('www')
pos2 = chaine.find('/a')
#extraction sans le '/a'
sousChaine = chaine[pos1:pos2]
print sousChaine
#extraction avec le '/a'
pos2=pos2+len('/a')
sousChaine = chaine[pos1:pos2]
print sousChaine
(Permalink)

netdiscover – Freecode

vendredi 27 février 2015 à 00:29
DOC : http://www.tuto-linux.com/tutoriel/netdiscover-scan-furtif-dun-reseau-avec-arp/
(Permalink)

Yatse, the XBMC / Kodi Remote - Applications Android sur Google Play

lundi 23 février 2015 à 22:00
(Permalink)