The Social Engineering Toolkit (SET) is an open source, Python-driven, social engineering penetration testing tool. Designed by David Kenned, this toolkit has become a standard for industry-deployed social engineering attacks. Set exploits people's curiosity, trust, greed, and some foolish mistakes to attack the weaknesses of their own existence. Set can be used to pass the attack load to the target system, collect the target system data, create a durable backdoor, carry out a man-in-the-middle
A directory Encryption tool TrueCrypt is provided in Kali. The tool is an open source green encryption volume encryption software that does not need to generate any files to establish a virtual disk on the hard disk. The user can access the drive letter, so the files on the virtual disk are automatically encrypted, and the access needs to be decrypted with a password. TrueCrypt offers a variety of cryptographic algorithms, including AES, Serpent, Twof
Kali2.0 used these days, summed up the personal software installation situation.Of course, some of the security audit software comes with some, but most of them do not understand, but the work needs to use a few.1. Wired InternetThe wired network device is enabled.Change/etc/networkmanager/networkmanager.conf[Main]Plugins=ifupdown,keyfile[Ifupdown]Managed=trueTo change the managed value from Fals to True, restart the Network service networking restart or Reboot/init 6.2. Dual NIC SettingsWired a
Kali Linux virtualboxrc=1908 error Resolution:when I try to start VirtualBox prompt:Kerneldriver not installed (rc=-1908)The VirtualBox Linux kernel driver (vboxdrv) is either no loaded or there is a permission problem with/dev/vboxdrv. Please reinstall the kernel module byexecuting'/etc/init.d/vboxdrv Setup 'As Root. If it isavailable in your distribution, you should install the DKMS Packagefirst. This is keeps track of Linux kernel changes andreco
块,这里要说的是输入run后按两下tab,会列出所有的已有的脚本,常用的有autoroute,hashdump,arp_scanner,multi_meter_inject等。Resource:执行一个已有的rc脚本。写入文件夹:Meterpreter >>>>> lsWrite content:Edit + file, call VI Editor.Network Related:The network command lists IP information (ipconfig), shows the modified route table (route), and Port forwarding (PORTFWD)Meterpreter >> Portfwd add-l 1314-p 3389-r 192.168.1.2After the rules are established, you can connect to the local 1314 port so that the remote port 3389 is forwarded.Keyboard monitori
Pre-preparation work
Start the Kali Linux 2.0 operating system, enter the operating system interface, and in the collection, open the interface shown in the following image:
Click OpenVAS Initial Setup This function button, used to initialize OpenVAS configuration, will set user name and login password, login name is admin, user password in initialization configuration will give, remember to save. If you forget or don't get it, the following figure
HTTrack
To start a terminal in a Kali Linux system
Input: HTTrack, if display welcome
Indicates that the HTTrack has been installed, you can do the following operation, if not installed, please enter the content "Apt-get install HTTrack" Installation HTTrack, the default has been installed
Next: Create a folder mkdir websites
CD Websites
Input HTTrack
Enter project name: such as My_first_httrack
Base path/root/websites/
Enter URLs: Enter the
Tags: BSP processing root star ATI Plugin set user sizeKali Linux 2018.2mysql password modified after invalid,external Unable to connect problem Kali Linux 2018.2 default MySQL database is mariadb, May and MySQL some minor changes, only need to do the following processing. Solution:Mysql-u root-p
UPDATE mysql.user SET plugin= ' WHERE user= ' root ';
UPDATE mysql.user SET password=password (' newpassword ') WHERE user= ' root '; # This time the passw
for output data" --parse-errors: Analysis and real-world database built-in error information to identify vulnerabilities Sqlmap.py-u "Http:// --save: Save command as configuration file, specify save location "" Miscellaneous "Miscellaneous" -Z: Parameter mnemonic "can be abbreviated, parameter is written as parameter set" such as: Sqlmap--batch--random-agent--ignore-proxy--technique=beu-u "1.1.1.1/a.asp?id=1" Sqlmap-z "Bat,random,ign,tec=beu"-U "1.1.1.1/a.asp?id=1" --answer: Set parameters f
1, attack and defense simulation, install DVWA to their host, in Kali Linux through Sqlmap and other tools to start sniffing attacks, need to configure the network. The virtual machine is bridged and replicates the MAC address status.2. View the IP address under the respective system. The Windows System command is ipconfig, and the Linux system command is ifconfig. Determines that the IP address of the two systems is on the same network segment.The fo
have any questions or suggestions, please enlighten me!Copyright notice: The copyright of this article is owned by the author, welcome reprint, but without the consent of the author must retain this paragraph, and in the article page obvious location to give the original link.It is hereby stated that all comments and private messages will be answered at the first time. Also welcome you to correct mistakes, common progress. or direct private messages I, your encouragement is my insistence on ori
Click File, create a new virtual machine, create a new virtual machineClick to see this, select the typicalClick Next, then select the Setup CD image file (ISO) and browse to find the image you downloadedClick Next, select Linux, select the highest Debian version, 64-bit select 64-bitClick Next, modify the name, select where you want to install itClick Next, select the disk size you want, not less than 20GB, choose to store the virtual disk as a single fileClick Next and click on custom Hardware
It was nice to have the installation completed and adjusted KaliThen see Kali has helped me to install python2.7 and python3.5 can make me happy bad, but 2.7 have PIP, and the package is full, but 2.7 and 3.0 switch using my embarrassedFinally found the answer in Superuser.Installationsudo apt-get install Python3-pipUnloadingsudo apt-get remove Python3-pipIt is worth noting that the use of the time is PIP3 install "required module name"If it is an upd
When a USB flash disk is installed with Kali, the cd-rom cannot be mounted.
During the installation of Kali Linux with a USB flash drive, the cd-rom cannot be mounted. Baidu has a poor performance and is drunk.The following test is successful:
If the mounting fails, run shell.
Step 1: df-mThe mount information is displayed./dev/***/media indicates that the USB flash drive device is mounted to/media, and
Two scenariosUse Kali's own Remote Desktop Sharing program, located in Applications > Internet > App Sharing (this scenario is not validated)Installing Remote control ProgramsUsing the RDP protocol, the installation is as follows:Apt-get Install XRDPApt-get Install Vnc4server Tightvncserver After the installation is complete, restart the service/ETC/INIT.D/XRDP restart Finally, in Windows, using the MSTSC program to access Kali is OK ~ ~ ~Windows Re
"by default, normal users do not have permission to modify all files in the operating system."Quick Find NTFS information for all EXE, con, and INI executing programs under the current system on the command line1. Icacls "programs included in the system after Windows 2003"
icacls c:\windows\*.exe/save perm/t "Query results saved as text files"
Find a string with a text file F;;;bu
Kali build Shellcode Add the current user to the
1. Open the VMware virtual machine and see if the Task Manager virtual machine process is fully started, normally with the following processes:Vmnat.exe,nat Internet Essentials ProcessVmnetdhcp.exe, automatic assignment of IP prerequisite processesThese two processes are necessary, others do not matter ~2, if all normal start, the following to configure the Kali network:Open interfaces File:The content is changed to the following form:Wq Save Exit ~Op
Kali setting closed The notebook lid does not automatically sleep method1, first need to install GNOME tools, Gonome-tweak-tool650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/57/7F/wKioL1ScB7Kztru-AAH3ax3J1ZM228.jpg "title=" Picture 1.png "alt=" Wkiol1scb7kztru-aah3ax3j1zm228.jpg "/>2. Locate the installation location, then run it,./usr/bin/gnome-tweak-tool650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/57/82/wKiom1ScB03CAzNeAACU
1. Kali disables the network service by default, and the display device is unmanaged. You need to change Managed=false to true in/etc/networkmanager/networkmanager.conf to restart your computer.2. How to install VMware Tools when building a virtual machine image using an ISO image.First scenario: Apt-get install Open-vm-toolsThis method is simple and convenientSecond scenario: Take advantage of the installation package that comes with VMware itself1)
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.