Skip to content

This is a straightforward IP grabber designed for educational purposes. Please utilize social engineering for optimal results, and refrain from any unethical use.

License

Notifications You must be signed in to change notification settings

Umar-Ahamed/ip-grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ip grabber

This Python script combines text content, retrieves the local IP address, and outputs the result to the console and clipboard. (For more info check the About section on this repo)

Prerequiste

Must have python https://www.python.org/downloads/

Installation

Ensure you have the required package installed by running: pip install -r requirements.txt on your termninal

Windows - Install my repo from the zip file

Mac - Install my repo using from the zip file

Linux and Mac by termninal

git clone https://github.com/Umar-Ahamed/ip-grabber.git

Usage

Run the script using the following command: python main.py or run the file

Functionality

1.) Installing Required Packages: The script checks for the presence of the pyperclip package and installs it if necessary.

2.) Getting Local IP Address: The get_local_ip() function retrieves the local IP address using a socket connection to the Google DNS server (8.8.8.8).

3.) Text Content: Two sets of text content are predefined (usernames_text and greeting_names_text). You can customize these variables with your own content.

4.) Combining Content and Local IP: The script combines the usernames_text, local IP address, and greeting_names_text into a single string (combined_output).

5.) Printing and Copying to Clipboard: The combined output is printed to the console, and it's also copied to the clipboard using the pyperclip library.

Educational Purposes Only

Please do not use this for any suspicious use.

License

This project is licensed under the MIT License.

🚀 About Me

I'm a highschooler who is intrested in coding and cybersecurity

🛠 Skills

(Javascript, HTML, CSS, python) beginner

I know the basics of bash, linux commands.

🔗 Links

linkedin

Support

For support, email umardev89@gmail.com

About

This is a straightforward IP grabber designed for educational purposes. Please utilize social engineering for optimal results, and refrain from any unethical use.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages