You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CrossLinked is a LinkedIn enumeration tool that uses search engine scraping to collect valid employee names from an organization. This technique provides accurate results without the use of API keys, credentials, or accessing LinkedIn directly!
Copy file name to clipboardExpand all lines: SCRIPTS.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,27 @@
55
55
| 44\. | Controls open & close apps | This python script can add the functionality of open and close apps of the system. | [Take me](./Open-Close-Apps_Automation)
56
56
| 45\. | DNS Dump | This script is a simple Python tool that allows you to retrieve and save a DNS dump image for a specified domain. It utilizes the DNSDumpster service to generate the DNS map image. | [Take me](./DNS_Dump/)
57
57
| 46\. | Network Analysis| This Python script is designed to analyze network traffic using the Scapy library. It captures network packets, extracts relevant information, and provides insights into various aspects of the network. | [Take me](./Network Traffic Analyzer/)
58
+
| 46\. |Flooder_Sniffer_Spoofer | These scripts utilize various libraries such as subprocess, socket, struct, scapy, and argparse to implement their respective functionalities. | [Take me](./Flooder_Sniffer_Spoofer/)
59
+
| 46\. | Github Automation | This python script will automate your github account just input the github access token into this program, then enjoy the program ! | [Take me](./Automate_Github)
60
+
| 46\. | Wayback Machine | The script prompts the user to enter a website URL and a limit number, then fetches the archived URLs for the given website from the WayBack Machine and displays them. | [Take me](./Wayback_Machine)
61
+
| 47\. | Expose File Server | This script is a Python-based file server that exposes the contents of a specified directory over HTTP. It utilizes the Bottle framework to handle HTTP requests and serve static files.| [Take me](./File_Server/)
62
+
| 48\. | IP Location | An Excellent OSINT tool to get information of any ip address. | [Take me](./IP_Location/)
63
+
| 47\. | Expose File Server | This script is a Python-based file server that exposes the contents of a specified directory over HTTP. It utilizes the Bottle framework to handle HTTP requests and serve static files.| [Take me](./File_Server/)
64
+
| 49\. | SpiderFoot Parser | The sf_parser.py script is a Python script that parses JSON files containing SpiderFoot's output. It takes a JSON file as input and displays the parsed data in a table format. The script uses the argparse, huepy, and terminaltables libraries.| [Take me](./SF_Parser/)
65
+
| 50\. | Enumerate Forms | This Python script, named "enum_forms," is a command-line utility designed to enumerate and extract form data from a specified URL. The script is useful for analyzing web pages to identify forms, their input elements, and related details.| [Take me](./ENUM_Forms/)
66
+
| 51\. | Dumpster Fire | The DumpsterFire Toolset is a Python script that allows users to create, save, load, and ignite custom DumpsterFires, which are collections of "Fires" executed sequentially with optional delays..| [Take me](./Dumpster_Fire/)
67
+
| 47\. | Expose File Server | This script is a Python-based file server that exposes the contents of a specified directory over HTTP. It utilizes the Bottle framework to handle HTTP requests and serve static files.
68
+
| [Take me](./File_Server/)
69
+
| 50\. | Enumerate Forms | This Python script, named "enum_forms," is a command-line utility designed to enumerate and extract form data from a specified URL. The script is useful for analyzing web pages to identify forms, their input elements, and related details.
70
+
| [Take me](./ENUM_Forms/)
71
+
| 49\. | SpiderFoot Parser | The sf_parser.py script is a Python script that parses JSON files containing SpiderFoot's output. It takes a JSON file as input and displays the parsed data in a table format. The script uses the argparse, huepy, and terminaltables libraries.
72
+
| [Take me](./SF_Parser/)
73
+
| 50\. | Dot dot Slash | Python script designed to automate the testing of Path Traversal vulnerabilities in web applications. It is intended for use by security researchers, ethical hackers, and developers to identify and fix potential security issues related to directory traversal
74
+
| [Take me](./dotdotslash/)
75
+
| 50\. | HackerEnv | hackerEnv is an automation tool that quickly and easily sweep IPs and scan ports, vulnerabilities and exploit them. Then, it hands you an interactive shell for further testing. Also, it generates HTML and docx reports. It uses other tools such as nmap, nikto, metasploit and hydra. Works in kali linux and Parrot OS.
76
+
| [Take me](./hackerenv/)
77
+
| 51\. | CrossLinked | CrossLinked is a LinkedIn enumeration tool that uses search engine scraping to collect valid employee names from an organization. This technique provides accurate results without the use of API keys, credentials, or accessing LinkedIn directly!
78
+
| [Take me](./CrossLinked/)
58
79
| 47\. |Flooder_Sniffer_Spoofer | These scripts utilize various libraries such as subprocess, socket, struct, scapy, and argparse to implement their respective functionalities. | [Take me](./Flooder_Sniffer_Spoofer/)
59
80
| 48\. | Github Automation | This python script will automate your github account just input the github access token into this program, then enjoy the program ! | [Take me](./Automate_Github)
60
81
| 49\. | Wayback Machine | The script prompts the user to enter a website URL and a limit number, then fetches the archived URLs for the given website from the WayBack Machine and displays them. | [Take me](./Wayback_Machine)
0 commit comments