{"id":13585517,"url":"https://github.com/Deadshot0x7/007-TheBond","last_synced_at":"2025-04-07T10:31:02.877Z","repository":{"id":39776562,"uuid":"284390723","full_name":"Deadshot0x7/007-TheBond","owner":"Deadshot0x7","description":"This Script will help you to gather information about your victim or friend.","archived":false,"fork":true,"pushed_at":"2024-09-24T19:10:30.000Z","size":1270,"stargazers_count":1258,"open_issues_count":1,"forks_count":36,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-01-25T23:34:22.116Z","etag":null,"topics":["cybersecuirty","hacking","hacking-tool","hacking-tools","hackingtools","information-extraction","information-gathering","kali-linux","kali-tools","metasploit","metaspoilt","noobhackersyt","offensive-security","open-source-intelligence","osnit","parrot","termux","termux-hacking","termux-tool","tools"],"latest_commit_sha":null,"homepage":"https://tinyurl.com/4jm7y2xk","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"eXaction/007-TheBond","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Deadshot0x7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"custom":["ko-fi.com/deadshot0x7"]}},"created_at":"2020-08-02T04:33:20.000Z","updated_at":"2025-01-25T19:20:03.000Z","dependencies_parsed_at":"2023-10-20T19:15:46.782Z","dependency_job_id":null,"html_url":"https://github.com/Deadshot0x7/007-TheBond","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deadshot0x7%2F007-TheBond","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deadshot0x7%2F007-TheBond/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deadshot0x7%2F007-TheBond/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deadshot0x7%2F007-TheBond/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Deadshot0x7","download_url":"https://codeload.github.com/Deadshot0x7/007-TheBond/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247636068,"owners_count":20970855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cybersecuirty","hacking","hacking-tool","hacking-tools","hackingtools","information-extraction","information-gathering","kali-linux","kali-tools","metasploit","metaspoilt","noobhackersyt","offensive-security","open-source-intelligence","osnit","parrot","termux","termux-hacking","termux-tool","tools"],"created_at":"2024-08-01T15:04:59.371Z","updated_at":"2025-04-07T10:31:02.506Z","avatar_url":"https://github.com/Deadshot0x7.png","language":"Python","funding_links":["ko-fi.com/deadshot0x7","https://www.buymeacoffee.com/Deadshot0x7","http://www.ko-fi.com/deadshot0x7","https://paypal.me/Deadshot0x7?locale.x=en_GB"],"categories":["HarmonyOS","Python"],"sub_categories":["Windows Manager"],"readme":"# 007-TheBond\r\n\r\n## Description\r\n\r\n007-TheBond is a Python OSINT (Open Source Intelligence) script that lets you find the information of your friends, family, crushes that don't talk to you, and your enemies.😎\r\n\r\n# Screenshot of the Script\r\n![Screenshot](./assets/Interface%202.png)\r\n\r\n\r\n## Features\r\n\r\n1. **Instagram OSINT**\r\n   - Obtain information from Instagram profiles.\r\n2. **Phonenumber OSINT**\r\n\r\n   - Gather details using a phone number.\r\n\r\n3. **Search Username Across Social Media**\r\n\r\n   - Explore a username's presence on different social media platforms.\r\n\r\n4. **Search the Web**\r\n\r\n   - Perform a general web search for information.\r\n\r\n5. **IP Lookup**\r\n   - Retrieve details about an IP address.\r\n\r\n6. **Email Lookup**\r\n   - Check if an email address has been involved in any data breaches using the Have I Been Pwned API.\r\n7. **Global Access**\r\n   - Now you can Run the Script from anywhere using the Linux OS\r\n## Disclaimer\r\n\r\n**Disclaimer:** Deadshot0x7 will not be responsible if you misuse the script. By using the script, you acknowledge that you will be responsible for any loss you incur.\r\n\r\n## Version\r\n\r\n**Version:** 3.0\r\n\r\nThis is the official release of the Project.\r\n\r\n## Usage\r\n\r\n1. Clone the repository using git clone:\r\n   ```bash\r\n   git clone https://github.com/Deadshot0x7/007-TheBond.git\r\n   ```\r\n2. Navigate to the directory:\r\n   ```bash\r\n   cd 007-TheBond\r\n   ```\r\n   Simply click `bash run_007-TheBond.bat ` on Windows or `bash run_007-TheBond.sh` on Linux and MacOS to execute the script effortlessly.\r\n\r\nAlternatively, manually execute the script by following the steps below:\r\n\r\n3. Create a virutal environment and activate the environment:\r\n   ```bash\r\n   For Linux and MacOS:\r\n   python3 -m venv venv\r\n   source venv/bin/activate\r\n   ```\r\n   ```bash\r\n   For Windows:\r\n   python -m venv venv\r\n   venv\\Scripts\\activate\r\n   ```\r\n4. Install the requirements:\r\n   ```bash\r\n   pip install -r requirements.txt or uv  install -r requierments.txt\r\n   ```\r\n5. Run the script:\r\n   ```bash\r\n   cd scripts\r\n   python 007-TheBond.py\r\n   \r\n   007-TheBond.py ( Linux Support only ) \r\n   ```\r\n6. Enter the username/phone number/IP address/keyword you want to search for.\r\n\r\n# Testing\r\n\r\nThis script is tested on these operating system\r\n\r\n**1. Leading Linux Distro (Kali , Parrot , Garuda , Arch)**\r\n\r\n**2. Termux (find Instagram user is not working currently)**\r\n\r\n\r\n# Contribution\r\n\r\nIf you want to contribute to this project, you can fork this project and make a pull request. I will review your pull request and merge it if it is good.\r\n\r\n## How to Contribute\r\n\r\n### Bug Reports\r\n\r\nIf you find a bug, please open an issue on our [Issue Tracker](https://github.com/Deadshot0x7/007-TheBond/issues) with detailed information about the bug, including how to reproduce it.\r\n\r\n### Feature Requests\r\n\r\nIf you have a feature request, feel free to open an issue on our [Issue Tracker](https://github.com/Deadshot0x7/007-TheBond/issues). Provide a clear description of the feature you would like to see.\r\n\r\n### Pull Requests\r\n\r\nWe welcome your pull requests! Follow these steps to contribute:\r\n\r\n1. Fork the project.\r\n2. Create your feature branch:\r\n   ```bash\r\n   git checkout -b feature/NewFeature\r\n   ```\r\n3. Commit your changes:\r\n   ```bash\r\n   git commit -m 'Add some feature'\r\n   ```\r\n4. Push to the branch:\r\n   ```bash\r\n   git push origin feature/NewFeature\r\n   ```\r\n5. Submit a pull request.\r\n\r\n# Discord Server \r\n[Join the Discord Community  to know the Updation and Accounment of the tools 😊](https://discord.gg/WAhQ8EcV4C) \r\n\r\n# Disscussion \r\nif you have any idea or Sugesstion for the tool do let's us know in the Discussion and your view will be Appreciated 🙌 ,  Want to discuss, Disscuss about in [discord](https://discord.gg/WAhQ8EcV4C)🧐\r\n\r\n# Sponor  And Donation's\r\nthis Tool is made and Mainted by the One Developer , Kindly show your support by Sponoring the poject  . Sponoring the Project will help the Developer to Bring Amazing Features\r\nlink to sponsor : \r\nhttps://www.buymeacoffee.com/Deadshot0x7\r\nhttp://www.ko-fi.com/deadshot0x7\r\nhttps://paypal.me/Deadshot0x7?locale.x=en_GB\r\n\r\ngoogle Upi : -  sviquarahmed@okaxis\r\n\r\n# Website \r\n[![Netlify Status](https://api.netlify.com/api/v1/badges/e6bac2cc-8b3e-46c6-9c48-4c256548889e/deploy-status)](https://app.netlify.com/sites/007-thebond/deploys)\r\n# Producthunt\r\n\u003ca href=\"https://www.producthunt.com/posts/007-thebond?utm_source=badge-review\u0026utm_medium=badge\u0026utm_souce=badge-007-thebond#discussion-body\" target=\"_blank\"\u003e\u003cimg src=\"https://api.producthunt.com/widgets/embed-image/v1/review.svg?post_id=302652\u0026theme=dark\" alt=\"007-TheBond - OSNIT TOOL FOR HACKER  | Product Hunt\" style=\"width: 250px; height: 54px;\" width=\"250\" height=\"54\" /\u003e\u003c/a\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDeadshot0x7%2F007-TheBond","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDeadshot0x7%2F007-TheBond","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDeadshot0x7%2F007-TheBond/lists"}