MCPcopy Create free account

hub / github.com/Echocipher/AUTO-EARN / functions

Functions1,426 in github.com/Echocipher/AUTO-EARN

↓ 219 callersFunctionLOG
* Prints the message if the global "verbosity" flag exceeds this level. ***************************************************************************/
tools/masscan/src/logger.c:37
↓ 187 callersFunctionEQUALS
* Tests if the named parameter on the command-line. We do a little * more than a straight string compare, because I get confused * whether parameter
tools/masscan/src/main-conf.c:673
↓ 178 callersFunctionbanout_append
***************************************************************************/
tools/masscan/src/proto-banout.c:289
↓ 161 callersMethodget
Custom get request :param str url: request url :param dict params: request parameters :param bool check: check resp
tools/OneForAll/common/module.py:98
↓ 105 callersFunctionbanout_append_char
***************************************************************************/
tools/masscan/src/proto-banout.c:174
↓ 88 callersMethodmatchheader
(self, headermatch, attack=False, ignorecase=True)
tools/wafcheck/wafw00f/main.py:224
↓ 66 callersMethodgen_result
Generate results
tools/OneForAll/common/module.py:277
↓ 66 callersMethodsave_db
Save module results into the database
tools/OneForAll/common/module.py:370
↓ 65 callersMethodbegin
begin log
tools/OneForAll/common/module.py:52
↓ 65 callersMethodfinish
finish log
tools/OneForAll/common/module.py:58
↓ 65 callersMethodsave_json
Save the results of each module as a json file :return bool: whether saved successfully
tools/OneForAll/common/module.py:244
↓ 60 callersMethodmatch_subdomains
Use regexp to match subdomains :param str domain: domain :param str text: text :param bool distinct: deduplicate
tools/OneForAll/common/module.py:213
↓ 57 callersMethodget_proxy
Get proxy :param str module: module name :return: proxy
tools/OneForAll/common/module.py:192
↓ 55 callersMethodget_header
Get request header :return: header
tools/OneForAll/common/module.py:180
↓ 50 callersMethodregister
Get registered domain :param str domain: domain :return: registered domain
tools/OneForAll/common/module.py:235
↓ 43 callersMethodmatchcookie
a convenience function which calls matchheader
tools/wafcheck/wafw00f/main.py:259
↓ 39 callersFunctiontcp_close
tools/masscan/src/proto-interactive.c:21
↓ 38 callersFunctionMALLOC
* Wrap the standard 'malloc()' function. * - never returns a NULL pointer, aborts program instead * - if size is zero, still returns a valid pointer
tools/masscan/src/util-malloc.c:58
↓ 31 callersFunctionLOGSEND
tools/masscan/src/proto-tcp.c:943
↓ 31 callersFunctionrange_parse_ipv4
* Parse from text an IPv4 address range. This can be in one of several * formats: * - '192.168.1.1" - a single address * - '192.168.1.0/24" - a CID
tools/masscan/src/ranges.c:399
↓ 28 callersFunctionrangelist_sort
***************************************************************************/
tools/masscan/src/ranges.c:143
↓ 25 callersFunctionCALLOC
***************************************************************************/
tools/masscan/src/util-malloc.c:32
↓ 25 callersFunctiontcp_transmit
* This doesn't actually transmit right now. Instead, marks the payload as ready * to transmit, which will be transmitted later */
tools/masscan/src/proto-interactive.c:31
↓ 24 callersFunctionrangelist_add_range
* Add the IPv4 range to our list of ranges. ***************************************************************************/
tools/masscan/src/ranges.c:195
↓ 24 callersFunctionstrcpy_s
tools/masscan/src/string_s.c:51
↓ 22 callersMethodrequest
(self, method='GET', path=None, usecache=True, cacheresponse=True, headers=None,
tools/wafcheck/wafw00f/lib/evillib.py:284
↓ 21 callersFunctionbanout_release
***************************************************************************/
tools/masscan/src/proto-banout.c:33
↓ 21 callersMethodclose
Close the database connection
tools/OneForAll/common/database.py:246
↓ 20 callersFunctionbanout_init
***************************************************************************/
tools/masscan/src/proto-banout.c:22
↓ 20 callersMethodcheck
检查crossdomain.xml收集子域名
tools/OneForAll/modules/check/cdx.py:19
↓ 20 callersFunctionparseInt
***************************************************************************/
tools/masscan/src/main-conf.c:494
↓ 19 callersFunctionpixie_usleep
tools/masscan/src/pixie-timer.c:134
↓ 18 callersFunctionmasscan_set_parameter
* Called either from the "command-line" parser when it sees a --parm, * or from the "config-file" parser for normal options. ***********************
tools/masscan/src/main-conf.c:1632
↓ 18 callersFunctionsmack_search_next
*****************************************************************************/
tools/masscan/src/smack1.c:1398
↓ 16 callersFunctionbanout_append_unicode
* Output either a normal character, or the hex form of a UTF-8 string ***************************************************************************/
tools/masscan/src/proto-banout.c:201
↓ 16 callersFunctionrangelist_count
* Counts the total number of addresses in all the ranges combined. * For 0.0.0.0/0, this will be 0x100000000, which means we have to use a * larger
tools/masscan/src/ranges.c:664
↓ 16 callersFunctionsquarefreetiny
tools/masscan/src/rand-primegen.c:339
↓ 16 callersFunctiontcpcon_send_packet
***************************************************************************/
tools/masscan/src/proto-tcp.c:754
↓ 15 callersFunctionPCAP32
Read a 32-bit value from a capture file, depending upon the byte * order within that file */
tools/masscan/src/rawsock-pcapfile.c:177
↓ 15 callersFunctionname_equals
***************************************************************************/
tools/masscan/src/proto-tcp.c:174
↓ 14 callersFunctionappend_char
***************************************************************************/
tools/masscan/src/proto-netbios.c:18
↓ 14 callersFunctionbanout_string_length
***************************************************************************/
tools/masscan/src/proto-banout.c:134
↓ 14 callersFunctionname_from_ip_proto
* The 'status' variable contains both the open/closed info as well as the * protocol info. This splits it back out into two values. ****************
tools/masscan/src/output.c:68
↓ 13 callersFunctionbanout_string
***************************************************************************/
tools/masscan/src/proto-banout.c:57
↓ 13 callersFunctionrangelist_remove_all
* This is the "free" function for the list, freeing up any memory we've * allocated. ***************************************************************
tools/masscan/src/ranges.c:236
↓ 12 callersFunctionLESSEQ
tools/masscan/src/ranges6.c:55
↓ 12 callersFunctionasn1_length
* An ASN.1 length field has two formats. * - if the high-order bit of the length byte is clear, then it * encodes a length between 0 and 127. *
tools/masscan/src/proto-snmp.c:105
↓ 12 callersFunctionheight
***************************************************************************/
tools/masscan/src/ranges-avl.c:56
↓ 12 callersFunctionoutput_report_banner
***************************************************************************/
tools/masscan/src/output.c:844
↓ 12 callersFunctionpixie_gettime
tools/masscan/src/pixie-timer.c:99
↓ 12 callersMethodpost
Custom post request :param str url: request url :param dict data: request data :param bool check: check response
tools/OneForAll/common/module.py:126
↓ 12 callersFunctionrangelist_parse_ports
* This returns a character pointer where parsing ends so that it can * handle multiple stuff on the same line **************************************
tools/masscan/src/ranges.c:867
↓ 12 callersFunctionsyn_cookie
***************************************************************************/
tools/masscan/src/syn-cookie.c:113
↓ 11 callersFunctionappend_byte
***************************************************************************/
tools/masscan/src/templ-payloads.c:343
↓ 11 callersFunctionbanner1_create
* Create the --banners systems ***************************************************************************/
tools/masscan/src/proto-banner1.c:319
↓ 11 callersFunctionbanner1_destroy
***************************************************************************/
tools/masscan/src/proto-banner1.c:397
↓ 11 callersFunctionoutput_report_status
* Report simply "open" or "closed", with little additional information. * This is called directly from the receive thread when responses come * back
tools/masscan/src/output.c:703
↓ 11 callersMethodquery
(self, sql)
tools/OneForAll/common/database.py:39
↓ 10 callersFunctionEQUALSx
tools/masscan/src/main-conf.c:692
↓ 10 callersFunctionasn1_tag
****************************************************************************/
tools/masscan/src/proto-snmp.c:179
↓ 10 callersMethodfilter
生成搜索过滤语句 使用搜索引擎支持的-site:语法过滤掉搜索页面较多的子域以发现新域 :param str domain: 域名 :param set subdomain: 子域名集合 :return: 过滤语句
tools/OneForAll/common/search.py:20
↓ 10 callersFunctionfopen_s
tools/masscan/src/string_s.c:19
↓ 10 callersFunctionsmack_add_pattern
* Called to register a pattern with SMACK. ****************************************************************************/
tools/masscan/src/smack1.c:682
↓ 10 callersFunctionsmack_compile
****************************************************************************/
tools/masscan/src/smack1.c:1140
↓ 10 callersFunctionsmack_create
* Creates this engine, use "smack_destroy()" to free all the resources ****************************************************************************/
tools/masscan/src/smack1.c:388
↓ 10 callersFunctiontcpcon_set_parameter
* Called at startup, when processing command-line options, to set * parameters specific to TCP processing. *****************************************
tools/masscan/src/proto-tcp.c:216
↓ 10 callersFunctiontimeouts_add
* This inserts the timeout entry into the appropriate place in the * timeout ring. *****************************************************************
tools/masscan/src/event-timeout.c:100
↓ 9 callersFunctionrangelist_is_contains
* Does a linear search to see if the list contains the address/port. * FIXME: This should be upgraded to a binary search. However, we don't * really
tools/masscan/src/ranges.c:55
↓ 9 callersFunctionrangelist_remove_range2
tools/masscan/src/ranges.c:325
↓ 9 callersMethodsearch
发送搜索请求并做子域匹配 :param str domain: 域名 :param str filtered_subdomain: 过滤的子域 :param bool full_search: 全量搜索
tools/OneForAll/modules/search/so.py:16
↓ 9 callersFunctionstatus_string
* The actual 'status' variable is narrowly defined depending on the * underlying protocol. This function creates a gross "open" v. "closed" * string
tools/masscan/src/output.c:87
↓ 8 callersFunctionREALLOCARRAY
***************************************************************************/
tools/masscan/src/util-malloc.c:11
↓ 8 callersFunction_template_init
* Here we take a packet template, parse it, then make it easier to work * with. ********************************************************************
tools/masscan/src/templ-pkt.c:774
↓ 8 callersFunctiondoit4
tools/masscan/src/rand-primegen.c:55
↓ 8 callersMethodexport
Export data from the database and do some follow-up processing :param table: table name :return: export data :rtype:
tools/OneForAll/oneforall.py:123
↓ 8 callersFunctionmy_null
tools/masscan/src/stub-pcap.c:206
↓ 8 callersFunctionpixie_nanotime
tools/masscan/src/pixie-timer.c:117
↓ 8 callersFunctionrangeparse_next
***************************************************************************/
tools/masscan/src/range-file.c:129
↓ 8 callersFunctionrte_ring_sc_dequeue
* Dequeue one object from a ring (NOT multi-consumers safe). * * @param r * A pointer to the ring structure. * @param obj_p * A pointer to a
tools/masscan/src/rte-ring.h:878
↓ 7 callersFunctionLESS
tools/masscan/src/ranges6.c:44
↓ 7 callersFunctionLOGip
***************************************************************************/
tools/masscan/src/logger.c:66
↓ 7 callersMethod_perform_and_check
(self, request_method)
tools/wafcheck/main.py:216
↓ 7 callersMethod_perform_and_check
(self, request_method)
tools/wafcheck/wafw00f/main.py:217
↓ 7 callersFunctionappend_unicode_string
tools/masscan/src/proto-ntlmssp.c:92
↓ 7 callersFunctionbanout_append_base64
*****************************************************************************/
tools/masscan/src/proto-banout.c:346
↓ 7 callersFunctionbanout_init_base64
*****************************************************************************/
tools/masscan/src/proto-banout.c:337
↓ 7 callersFunctiongmtime_s
tools/masscan/src/string_s.c:98
↓ 7 callersFunctionrangeparse_create
***************************************************************************/
tools/masscan/src/range-file.c:34
↓ 7 callersFunctionrte_ring_sp_enqueue
* Enqueue one object on a ring (NOT multi-producers safe). * * @param r * A pointer to the ring structure. * @param obj * A pointer to the ob
tools/masscan/src/rte-ring.h:742
↓ 6 callersFunctionASN1_push
* Since ASN.1 contains nested structures, each with their own length field, * we must maintain a small stack as we parse down the structure. Every ti
tools/masscan/src/proto-x509.c:304
↓ 6 callersFunctionbanout_finalize_base64
*****************************************************************************/
tools/masscan/src/proto-banout.c:382
↓ 6 callersFunctionbanout_is_contains
***************************************************************************/
tools/masscan/src/proto-banout.c:100
↓ 6 callersFunctionfseek_x
tools/masscan/src/rawsock-pcapfile.c:54
↓ 6 callersFunctionmasscan_app_to_string
* When outputing results, we call this function to print out the type of * banner that we've collected ********************************************
tools/masscan/src/masscan-app.c:8
↓ 6 callersFunctionpixie_begin_thread
****************************************************************************/
tools/masscan/src/pixie-threads.c:185
↓ 6 callersFunctionpreprocess_frame
****************************************************************************/
tools/masscan/src/proto-preprocess.c:51
↓ 6 callersMethodquery
向接口查询子域并做子域匹配
tools/OneForAll/modules/datasets/ip138.py:12
↓ 6 callersMethodquery
Query the TXT record of domain :return: query result
tools/OneForAll/common/lookup.py:13
↓ 6 callersFunctionrangelist_pick
***************************************************************************/
tools/masscan/src/ranges.c:705
↓ 6 callersFunctionrangeparse_destroy
***************************************************************************/
tools/masscan/src/range-file.c:46
next →1–100 of 1,426, ranked by callers