MCPcopy Create free account

hub / github.com/devclub-iitd/CAIC_Summer_Of_Tech_25 / functions

Functions135 in github.com/devclub-iitd/CAIC_Summer_Of_Tech_25

↓ 1 callersMethodrun_comprehensive_test
Run comprehensive SQL injection testing Returns: dict: Complete test results
CyberSecurity_DevClub/Week5/code_examples/sql_injection_tester.py:304
↓ 1 callersFunctionrun_multi_agent_chat
()
GenAI_ACES_ACM_X_ARIES/Week-1/model-solution.py:80
↓ 1 callersMethodrun_scan
Run the complete web application scan
CyberSecurity_DevClub/Week5/code_examples/web_scanner.py:248
↓ 1 callersMethodrun_scan
Run the port scan with threading
CyberSecurity_DevClub/Week5/code_examples/port_scanner.py:134
↓ 1 callersFunctionsave_wav_file
Save audio data as WAV file
CyberSecurity_DevClub/Week2/CTF/sound_of_secrets/challenge.py:90
↓ 1 callersMethodscan_port
Test if a single port is open Args: port (int): Port number to scan Returns: bo
CyberSecurity_DevClub/Week5/code_examples/port_scanner.py:50
↓ 1 callersMethodscan_ports
Scan multiple ports Args: ports (list): List of ports to scan
CyberSecurity_DevClub/Week5/code_examples/syn_scanner.py:109
↓ 1 callersMethodsimulate_web_browsing
Simulate web browsing behavior
CyberSecurity_DevClub/Week5/code_examples/behavioral_evasion.py:178
↓ 1 callersMethodstart_capture
Start packet capture Args: count (int): Number of packets to capture (0 = infinite)
CyberSecurity_DevClub/Week5/code_examples/packet_sniffer.py:277
↓ 1 callersMethodstart_server
Start the bind shell server
CyberSecurity_DevClub/Week5/code_examples/bind_shell.py:28
↓ 1 callersMethodstealth_scan
Perform stealth scan with random delays Args: ports (list): Ports to scan delay_range (tuple): Min a
CyberSecurity_DevClub/Week5/code_examples/syn_scanner.py:147
↓ 1 callersMethodtest_parameter
Test a specific parameter with SQL injection payloads Args: form_data (dict): Form information param
CyberSecurity_DevClub/Week5/code_examples/sql_injection_tester.py:141
↓ 1 callersMethodtest_sql_injection
Test form for SQL injection vulnerabilities Args: form_data (dict): Form information
CyberSecurity_DevClub/Week5/code_examples/web_scanner.py:146
↓ 1 callersMethodtest_url_parameters
Test URL parameters for SQL injection Args: url (str): URL with parameters to test
CyberSecurity_DevClub/Week5/code_examples/sql_injection_tester.py:257
↓ 1 callersMethodvalidate_target
Validate that target is reachable Returns: bool: True if target is valid, False otherwise
CyberSecurity_DevClub/Week5/code_examples/port_scanner.py:180
↓ 1 callersMethodwait_for_business_hours
Wait until business hours to blend with normal activity
CyberSecurity_DevClub/Week5/code_examples/behavioral_evasion.py:64
↓ 1 callersMethodweb_directory_scan
Perform web directory enumeration
CyberSecurity_DevClub/Week5/code_examples/automation_framework.py:230
↓ 1 callersMethodweb_vulnerability_scan
Perform web vulnerability scanning with Nikto
CyberSecurity_DevClub/Week5/code_examples/automation_framework.py:298
Method__init__
(self, target_url)
CyberSecurity_DevClub/Week5/code_examples/sql_injection_tester.py:25
Method__init__
(self, lhost, lport)
CyberSecurity_DevClub/Week5/code_examples/reverse_shell_generator.py:18
Method__init__
(self, target)
CyberSecurity_DevClub/Week5/code_examples/automation_framework.py:28
Method__init__
(self, target_url, threads=10)
CyberSecurity_DevClub/Week5/code_examples/web_scanner.py:24
Method__init__
(self, target, interface=None)
CyberSecurity_DevClub/Week5/code_examples/syn_scanner.py:22
Method__init__
(self)
CyberSecurity_DevClub/Week5/code_examples/behavioral_evasion.py:26
Method__init__
(self, interface=None, packet_filter="")
CyberSecurity_DevClub/Week5/code_examples/packet_sniffer.py:24
Method__init__
(self)
CyberSecurity_DevClub/Week5/code_examples/log_evasion.py:27
Method__init__
(self, port=4444)
CyberSecurity_DevClub/Week5/code_examples/bind_shell.py:24
Method__init__
(self, target, start_port=1, end_port=1000, threads=100)
CyberSecurity_DevClub/Week5/code_examples/port_scanner.py:23
Methodanalyze_packet
Analyze individual packets for interesting information Args: packet: Scapy packet object
CyberSecurity_DevClub/Week5/code_examples/packet_sniffer.py:39
Methoddisable_audit_logging
Attempt to disable audit logging (requires root)
CyberSecurity_DevClub/Week5/code_examples/log_evasion.py:226
Methodhandle_client
Handle individual client connections Args: client: Client socket object addr: Client address tuple
CyberSecurity_DevClub/Week5/code_examples/bind_shell.py:70
Methodlog_rotation_abuse
Abuse log rotation to hide evidence Args: log_path (str): Log file to rotate
CyberSecurity_DevClub/Week5/code_examples/log_evasion.py:201
Functionmain
CyberSecurity_DevClub/Week1/CTF/Dumpster Diver/program.cpp:37
Functionmain
CyberSecurity_DevClub/Week1/CTF/Log Explore/logGen.cpp:44
Methodworker_thread
Worker thread function for scanning ports
CyberSecurity_DevClub/Week5/code_examples/port_scanner.py:80
← previous101–135 of 135, ranked by callers