Penettation testing with the bush Shell】的更多相关文章

1.  Network Reconnaissance first we can use the command to gather the site information by whois eg : whois -i mnt-by YAHOO-MNT 2 .dig to gather the DNS informstion Dig is the essentially a DNS lookup Swiss Army Using the wiget such as      dnsmap   …
1.now we looke at this book . I decide  to make a brief review the book covers as follows (I straight-forward copy here):Chapter 1, Building a Vulnerable Web Application Lab, will help us to get andinstall the vulnerable application Mutillidae using…
1.how  to use dpkg cmmand first it can be used for list all software , dpkg -l  (由于kali linux 没有启动所以先拿 Ubuntu说一下,基本上一样) 查看之前已经安装的软件 dpkg -l | grep [application ] 安装一个下载的软件 格式后缀 .deb   使用命令 dpkg -i [path\filename.deb] 卸载一个已经安装的软件 dpkg -r [application…
[it-ebooks]电子书列表   [2014]: Learning Objective-C by Developing iPhone Games || Leverage Xcode and Objective-C to develop iPhone games http://it-ebooks.info/book/3544/Learning Web App Development || Build Quickly with Proven JavaScript Techniques http:…
鉴于该脚本的重要性,很有必要对该脚本做一个全面的注释,以便可以灵活的使用libsvm. #!/usr/bin/env python # 这种设置python路径的方法更为科学 import sys import os from subprocess import * # 输入参数太少就会提示程序用法 if len(sys.argv) <= 1: print('Usage: {0} training_file [testing_file]'.format(sys.argv[0])) raise S…
摘自:http://www.adobe.com/devnet/coldfusion/articles/build-your-first-mobile-app.html Introduction Use of mobile devices and mobile applications are ever increasing. Mobile applications are becoming important for businesses. If you have a customer faci…
1.Best Free Hacking E-Books 2017 In PDF Format: 电子书籍下载地址 后续我会更新在我的百度云资源 上,需要的留言Black Belt Hacking & Complete Hacking BookHackers High School 13 Complete Hacking EbooksPenetration Testing With Backtrack 5A Beginners Guide To Hacking Computer SystemsBl…
原文链接:MSFvenom 1.使用MSFvenom命令行界面 msfvenom是Msfpayload和Msfencode的组合,将这两个工具集成在一个框架实例中. msfvenom的优点是: 一个单一的工具 标准化的命令行选项 速度提升 Msfvenom有多种选项可供使用: root@kali:~# msfvenom -h Error: MsfVenom - a Metasploit standalone payload generator. Also a replacement for ms…
平台:Android,可用Payload: android/meterpreter/reverse_http Run a meterpreter server on Android. Tunnel communication over HTTP android/meterpreter/reverse_https Run a meterpreter server on Android. Tunnel communication over HTTPS android/meterpreter/reve…
MAC安裝CocoaPods   http://www.cnblogs.com/surge/p/4436360.html 请注意我的环境,这个很重要 xcode版本7.3.2   mac 版本OS X EL Capitan v 10.11.5 pod的安装我就不说了,上面已经很详细了,接下来我说下如何使用 首先我在~/lsg/work/app/myFirst  建了一个简单的swift项目 cd ~/lsg/work/app/myFirst pod init 会建在当前目录下面建立一个Podfi…