Posts Tagged ‘linux’
星期三, 二月 16th, 2011
dig (domain information groper) is a flexible tool for interrogating DNS name servers. It performs DNS lookups and displays the answers that are returned from the name server(s) that were queried. Most DNS administrators use dig to troubleshoot DNS problems because of its flexibility, ease of use and clarity of output. Other lookup tools tend to have less functionality than dig.
dig是查询域名信息的灵活工具,功能要比nslookup多很多,是域名管理员的首选测试和排错工具,以前常用nslookup查询,dig确实更胜一筹并且返回的信息更加的详细,大家也可以试试。
dig [@server] [-b address] [-c class] [-f filename] [-k filename] [-p port#] [-q name] [-t type] [-x addr] [-y [hmac:]name:key] [-4] [-6] [name] [type] [class] [queryopt...]
dig [-h] //获取完整信息 (更多…)
Posted in System | Tags: backtrack, bt, bt3, bt4, dig, dns, linux, security, tool, 安全, 系列 | No Comments »
星期二, 二月 15th, 2011
ASS, the autonomous system scanner, is designed to find the AS of the router. It supports the following protocols: IRDP, IGRP, EIGRP, RIPv1, RIPv2, CDP, HSRP and OSPF.
Autonomous System Scanner,进行自治系统扫描,该程序需要在有路由协议运行的网络里面,并且支持的协议比较单一,不支持主流的OSPF(官方介绍上说是支持,但是命令里面没有,估计后继版本会支持)。该工具个人觉得作用不是很大,还有个疑问就是,IGP除了EIGRP后面是跟的自治系统号,其余的都没有,有的是进程号,何谓AS Scanner,求解?测试RIP没有啥效果,只有EIGRP有效果。 (更多…)
Posted in System | Tags: as, ass, backtrack, bt, bt3, bt4, linux, security, tool, 安全, 系列 | 3 Comments »
星期日, 二月 13th, 2011
0trace is a traceroute tool that can be run within an existing, open TCP connection – therefore bypassing some types of stateful packet filters with ease.
简单的说0trace可以利用tcp连接,实现traceroute的功能,进行路由节点查询。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
root@bt:~# 0trace.sh
Usage: /usr/local/sbin/0trace.sh iface target_ip [ target_port ]<!--more-->
root@bt:~# 0trace.sh eth0 www.baidu.com
0trace v0.01 PoC by <lcamtuf@coredump.cx>
[+] Waiting for traffic from target on eth0...
//程序会停留在此处,此时,打开浏览器,访问www.baidu.com,触发tcp连接,程序捕获数据并继续执行
[+] Traffic acquired, waiting for a gap...
[+] Target acquired: 192.168.80.130:37873 -> 119.75.217.56:80 (213570744/931075997).
[+] Setting up a sniffer...
<strong> [+] Sending probes...</strong>
TRACE RESULTS
-------------
1 192.168.80.2
2 175.191.184.1
3 172.16.251.6
4 172.16.255.73
5 211.162.229.97
6 211.162.229.65
7 211.162.229.254
8 211.162.229.245
9 211.162.225.26
10 192.168.0.5
11 10.65.190.130
Target reached. |
在VMware NAT模式下测试,该数据结果来自网络。本地电信检测0trace发送的数据,同时返回tcp rst报文,终止probes的发送,只能查到至网关的一跳路由节点。
整体来看,对于限制了traceroute,但是没有限制的运营商,该工具测试起来应该比较简单和方便,如果运营商有限制,效果还是不明显,直接使用traceroute可能来的更为方便,也算是进行路由节点查询的一个方法吧。
不过在使用过程中发现0trace的增强版intrace更加的人性化,提供的信息也更加的多,具体可以查看该项目的google code,不错,但是同样存在运营商重置tcp连接的可能。
Posted in System | Tags: 0trace, backtrack, bt, bt3, bt4, intrace, linux, port, rst, security, system, tcp, tool, vmware, 安全, 系列 | No Comments »
星期六, 二月 12th, 2011
好不容易Google到,而且格式编辑的很累,大家顶一下~
简略内容见:BackTrack的安全工具列表
BackTrack的安全工具介绍(基于BT3 Finial)
Information Gathering
0trace 0.01
This tool enables the user to perform hop enumeration (“traceroute”) within an established TCP connection, such as a HTTP or SMTP session. This is opposed to sending stray packets, as traceroute-type tools usually do. The important benefit of using an established connection and matching TCP packets to send a TTL-based probe is that such traffic is happily allowed through by many stateful firewalls and other defenses without further inspection (since it is related to an entry in the connection table).
Info: http://lcamtuf.coredump.cx/
Ass
ASS is a Autonomous System Scanner. Because routing protocols use autonomous systems to distinguish between various routing “domains” and various ways to communicate, you need something which works like a TCP port scanner but knows more than one protocol.
Info: http://phenoelit-us.org/irpas/docu.html#ass (更多…)
Posted in System | Tags: backtrack, bt, bt3, bt4, linux, security, system, tool | 1 Comment »
星期六, 二月 12th, 2011
BackTrack的安全工具列表(基于BT3 Finial)
1.1 Information Gathering
1.1.1 0trace 0.01
1.1.2 Ass
1.1.3 dig
1.1.4 DMitry
1.1.5 DNS-Ptr
1.1.6 dnstracer 1.5
1.1.7 dnswalk
1.1.8 dns-bruteforce
1.1.9 dnsenum
1.1.10 dnsmap
1.1.11 DNSPredict
1.1.12 Finger Google
1.1.13 Firewalk
1.1.14 Fport 2.0 (Windows Executable)
1.1.15 Goog Mail Enum
1.1.16 Google-search
1.1.17 Googrape
1.1.18 Gooscan
1.1.19 Host
1.1.20 InTrace 1.3
1.1.21 Itrace
1.1.22 Maltego 2.0
1.1.23 Metagoofil 1.4
1.1.24 Mbenum 1.5.0 (Windows Executable)
1.1.25 Netenum
1.1.26 Netmask
1.1.27 Nmbscan 1.2.4
1.1.28 Protos
1.1.29 PsTools (Windows Executables)
1.1.29.1 PsInfo
1.1.29.2 PsFile
1.1.29.3 PsList
1.1.29.4 PsGetSID
1.1.29.5 PsLoggedOn
1.1.29.6 PsLogList
1.1.30 PStoreView 1.0 (Windows Binary)
1.1.31 QGoogle
1.1.32 Relay Scanner
1.1.33 SMTP-Vrfy
1.1.34 Subdomainer 1.3
1.1.35 TCPtraceroute 1.5beta7
1.1.36 TCtrace
1.1.37 Whoami (Windows Executable) (更多…)
Posted in System | Tags: backtrack, bt, bt3, bt4, linux, security, system, tool | 2 Comments »
星期六, 二月 12th, 2011
Backtrack Menu Intro
1.Information Gathering //踩点、信息收集//
2.Network Mapping //网络映射//
3.Vulnerability ldentification //确定可利用漏洞//
4.Web Application Analysis //Web应用程序分析//
5.Radio Network Analysis //无线网络分析//
6.Penetration //渗透//
7.Privilge Escalation //提权//
8.Maintaining Access //后门//
9.Covering Tracks //清除痕迹//
10.Digital Forensics //数字取证//
11.Reverse Engineering //反编译//
12.Voice Over IP //IP电话//
13.Miscellaneous //其他//
Posted in System | Tags: backtrack, bt, bt3, bt4, linux, security, system, tool | No Comments »