This file is part of w3af, w3af.sourceforge.net .
w3af is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation version 2 of the License.
w3af is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.
You should have received a copy of the GNU General Public License
along with w3af; if not, write to the Free Software Foundation, Inc., 51
Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
ARPHDR_ETHER = 1
|
|
|
ARPHDR_LOOPBACK = 772
|
|
|
ARPHDR_METRICOM = 23
|
|
|
ARPHDR_PPP = 512
|
|
|
ARPHDR_TUN = 65534
|
|
|
ARPTIMEOUT = 120
|
|
|
BASE_VERSION = '1.1.1'
|
|
|
BIG_ENDIAN = True
|
|
|
BIOCIMMEDIATE = -2147204496
|
|
|
DARWIN = True
|
|
|
DEFAULT_CONFIG_FILE = None
|
|
|
DHCPOptions = {0: 'pad', 1: <Field ().subnet_mask>, 2: 'time_z...
|
|
|
DHCPRevOptions = {'Finger_server': (73, <Field ().Finger_serve...
|
|
|
DHCPTypes = {1: 'discover', 2: 'offer', 3: 'request', 4: 'decl...
|
|
|
DNET = 0
|
|
|
ETHER_ANY = '\x00\x00\x00\x00\x00\x00'
|
|
|
ETHER_BROADCAST = '\xff\xff\xff\xff\xff\xff'
|
|
|
ETHER_TYPES = </etc/ethertypes/ >
|
|
|
ETH_P_ALL = 3
|
|
|
ETH_P_ARP = 2054
|
|
|
ETH_P_IP = 2048
|
|
|
FREEBSD = True
|
|
|
GNUPLOT = 0
|
|
|
HG_NODE = '$Node$'
|
|
|
IFF_BROADCAST = 2
|
|
|
IFF_DEBUG = 4
|
|
|
IFF_LOOPBACK = 8
|
|
|
IFF_NOARP = 128
|
|
|
IFF_NOTRAILERS = 32
|
|
|
IFF_POINTOPOINT = 16
|
|
|
IFF_PROMISC = 256
|
|
|
IFF_RUNNING = 64
|
|
|
IFF_UP = 1
|
|
|
IP_PROTOS = </etc/protocols/ pim ip ax_25 esp tcp ah ipv6_opts...
|
|
|
IP_country_kdb = <scapy.IPCountryKnowledgeBase instance at 0x9...
|
|
|
ISAKMPAttributeTypes = {'Authentication': (3, {'DSS': 2, 'ECDS...
|
|
|
ISAKMPTransformNum = {1: ('Encryption', {1: 'DES-CBC', 2: 'IDE...
|
|
|
ISAKMPTransformTypes = {'Authentication': (3, {'DSS': 2, 'ECDS...
|
|
|
ISAKMP_exchange_type = ['None', 'base', 'identity prot.', 'aut...
|
|
|
ISAKMP_payload_type = ['None', 'SA', 'Proposal', 'Transform', ...
|
|
|
ISAKMP_payload_type_overload = {<class 'scapy.ISAKMP_payload_T...
|
|
|
L3Types = {3: <class 'scapy.IP'>, 2048: <class 'scapy.IP'>, 20...
|
|
|
LINUX = True
|
|
|
LLNumTypes = {<class 'scapy.Ether'>: 1, <class 'scapy.CookedLi...
|
|
|
LLTypes = {1: <function Ether_Dot3_Dispatcher at 0x95e709c>, 1...
|
|
|
MANUFDB = </usr/share/wireshark/wireshark/manuf/ 00:06:A2 00:2...
|
|
|
MTU = 1600
|
|
|
OPENBSD = True
|
|
|
PACKET_ADD_MEMBERSHIP = 1
|
|
|
PACKET_DROP_MEMBERSHIP = 2
|
|
|
PACKET_MR_ALLMULTI = 2
|
|
|
PACKET_MR_MULTICAST = 0
|
|
|
PACKET_MR_PROMISC = 1
|
|
|
PACKET_RECV_OUTPUT = 3
|
|
|
PACKET_RX_RING = 5
|
|
|
PACKET_STATISTICS = 6
|
|
|
PCAP = 0
|
|
|
PYX = 0
|
|
|
REVISION = '$Revision$'
|
|
|
RTF_REJECT = 512
|
|
|
RTF_UP = 1
|
|
|
SIOCGIFADDR = 35093
|
|
|
SIOCGIFCONF = 35090
|
|
|
SIOCGIFCOUNT = 35128
|
|
|
SIOCGIFFLAGS = 35091
|
|
|
SIOCGIFHWADDR = 35111
|
|
|
SIOCGIFINDEX = 35123
|
|
|
SIOCGIFNAME = 35088
|
|
|
SIOCGIFNETMASK = 35099
|
|
|
SIOCSIFFLAGS = 35092
|
|
|
SIOCSIFLINK = 35089
|
|
|
SNMP_error = {0: 'no_error', 1: 'too_big', 2: 'no_such_name', ...
|
|
|
SNMP_trap_types = {0: 'cold_start', 1: 'warm_start', 2: 'link_...
|
|
|
SOLARIS = True
|
|
|
SOL_PACKET = 263
|
|
|
SOL_SOCKET = 1
|
|
|
SO_ATTACH_FILTER = 26
|
|
|
TCPDUMP = 1
|
|
|
TCPOptions = ({0: ('EOL', None), 1: ('NOP', None), 2: ('MSS', ...
|
|
|
TCP_SERVICES = </etc/services-tcp/ kpop noclog svn cmip_man z3...
|
|
|
TFTP_Error_Codes = {0: 'Not defined', 1: 'File not found', 2: ...
|
|
|
TFTP_operations = {1: 'RRQ', 2: 'WRQ', 3: 'DATA', 4: 'ACK', 5:...
|
|
|
UDP_SERVICES = </etc/services-udp/ noclog cmip_man z3950 rootd...
|
|
|
VERSION = 'v1.1.1 / -'
|
|
|
X86_64 = True
|
|
|
arp_cache = {}
|
|
|
capability_list = ['res8', 'res9', 'short-slot', 'res11', 'res...
|
|
|
conf = Version = v1.1.1 ...
|
|
|
console_handler = <logging.StreamHandler instance at 0x92dbc4c>
|
|
|
country_loc_kdb = <scapy.CountryLocKnowledgeBase instance at 0...
|
|
|
dhcpmagic = 'c\x82Sc'
|
|
|
dnsclasses = {1: 'IN', 2: 'CS', 3: 'CH', 4: 'HS', 255: 'ANY'}
|
|
|
dnsqtypes = {0: 'ANY', 1: 'A', 2: 'NS', 3: 'MD', 4: 'MD', 5: '...
|
|
|
dnstypes = {0: 'ANY', 1: 'A', 2: 'NS', 3: 'MD', 4: 'MD', 5: 'C...
|
|
|
icmptypes = {0: 'echo-reply', 3: 'dest-unreach', 4: 'source-qu...
|
|
|
last = None
|
|
|
log_interactive = <logging.Logger instance at 0x92e1b8c>
|
|
|
log_loading = <logging.Logger instance at 0x92e1cac>
|
|
|
log_runtime = <logging.Logger instance at 0x92e138c>
|
|
|
log_scapy = <logging.Logger instance at 0x92dbc2c>
|
|
|
nmap_kdb = <scapy.NmapKnowledgeBase instance at 0x95eeccc>
|
|
|
ntp_basetime = 2208988800
|
|
|
p0f_kdb = <scapy.p0fKnowledgeBase instance at 0x95eeb8c>
|
|
|
plst = []
|
|
|
queso_kdb = <scapy.QuesoKnowledgeBase instance at 0x95eecac>
|
|
|
re_extract_hexcap = re.compile(r'^(0x[0-9a-fA-F]{2,}[ :\t]|(0x...
|
|
|
reason_code = {0: 'reserved', 1: 'unspec', 2: 'auth-expired', ...
|
|
|
skinny_messages = {0: 'KeepAliveMessage', 1: 'RegisterMessage'...
|
|
|
status_code = {0: 'success', 1: 'failure', 10: 'cannot-support...
|
|
|
user_commands = [<function sr at 0x95e7ae4>, <function sr1 at ...
|