Posts

Showing posts with the label Hacking

pydictor: A powerful and useful hacker dictionary builder for a brute-force attack

Image
A powerful and useful hacker dictionary builder for a brute-force attack Preface: You can use pydictor to generate a general blast wordlist, a custom wordlist based on Web content, a social engineering wordlist, and so on; You can use the pydictor built-in tool to safe delete, merge, unique, merge and unique, count word frequency to filter the wordlist, besides, you also can specify your wordlist and use '-tool handler' to filter your wordlist; Start: git clone --depth=1 --branch=master https://www.github.com/landgrey/pydictor.git cd pydictor/ chmod 755 pydictor.py python pydictor.py types of generate wordlist(14 types)and descriptions wordlist type number description base 1 basic wordlist char 2 custom character wordlist chunk 3 permutation and combination wordlist conf 4 based on configuration file wordlist sedb 5 social engineering wordlist idcard 6 id card last 6/8 char wordlist extend 7 extend wordlist based on rules scratch 8 wordlist based on web pages keywo...

20 things to do after installing kali linux

Image
SO, you have installed Kali linux and Backtrack. Now you are confused what to do. Don't worry Team White hats is here to help you. We have prepared a list of things to do after installing Kali Linux and Backtrack. Comment below and let us know your valuable suggestions. Kali Specific: 1. Fix Device not managed error – wired network If you want  NetworkManager  to handle interfaces that are enabled in  /etc/network/interfaces : Set  managed=true  in /etc/NetworkManager/NetworkManager.conf . So this file looks like: [main] plugins=ifupdown,keyfile [ifupdown] managed=true Read the full article on  fixing Wired Network interface “Device not managed” error in Debian or Kali Linux . 2. Fix default repository The simplest way is to edit the  /etc/apt/sources.list  remove or comment every-line with  #  at the front and add the following lines.. leafpad /etc/apt/sources.list Comment or remove existing config with the following lines: ## Regular ...