models¶
Result model¶
pyrcrack.models.Result
(/, iterable=())append
(/, self, object)Append object to the end of the list.
clear
(/, self)Remove all items from list.
copy
(/, self)Return a shallow copy of the list.
count
(/, self, value)Return number of occurrences of value.
extend
(/, self, iterable)Extend list by appending elements from the iterable.
index
(/, self, value, start=0, stop=9223372036854775807)Return first index of value.
Raises ValueError if the value is not present.
insert
(/, self, index, object)Insert object before index.
pop
(/, self, index=-1)Remove and return item at index (default last).
Raises IndexError if list is empty or index is out of range.
remove
(/, self, value)Remove first occurrence of value.
Raises ValueError if the value is not present.
reverse
(/, self)Reverse IN PLACE.
sort
(/, self, *, key=None, reverse=False)Sort the list in ascending order and return None.
The sort is in-place (i.e. the list itself is modified) and stable (i.e. the order of two equal elements is maintained).
If a key function is given, apply it once to each list item and sort them, ascending or descending, according to their function values.
The reverse flag can be set to sort in descending order.
table
Return a nicely formatted table with results.
Wifi Interface model¶
pyrcrack.models.Interface
(data, monitor_data)asdict
(self)interface
monitor
Wifi Interfaces List¶
pyrcrack.models.Interfaces
(data)append
(/, self, object)Append object to the end of the list.
clear
(/, self)Remove all items from list.
copy
(/, self)Return a shallow copy of the list.
count
(/, self, value)Return number of occurrences of value.
extend
(/, self, iterable)Extend list by appending elements from the iterable.
index
(/, self, value, start=0, stop=9223372036854775807)Return first index of value.
Raises ValueError if the value is not present.
insert
(/, self, index, object)Insert object before index.
parse
(res)Parse csv results.
pop
(/, self, index=-1)Remove and return item at index (default last).
Raises IndexError if list is empty or index is out of range.
remove
(/, self, value)Remove first occurrence of value.
Raises ValueError if the value is not present.
reverse
(/, self)Reverse IN PLACE.
sort
(/, self, *, key=None, reverse=False)Sort the list in ascending order and return None.
The sort is in-place (i.e. the list itself is modified) and stable (i.e. the order of two equal elements is maintained).
If a key function is given, apply it once to each list item and sort them, ascending or descending, according to their function values.
The reverse flag can be set to sort in descending order.
table
Return a nicely formatted table with results.
AP's Client¶
pyrcrack.models.Client
(data)bssid
dbm
packets