Skip to main content

Posts

Showing posts with the label Tool

IP Address Information Gathering Tool

This tool can be used in Red Team Assessment to gather the IP address details in bulk. This tool is used to find the organization's IP address belongs to which services like a cloud (AWS), service provider (Airtel), and self-server. Download:   https://github.com/crazywifi/ipdetails

Extract IP:Port from Nessus CSV File For Report Writing

Download:   https://github.com/crazywifi/Extract_IP_PORT_From_Nessus_Output

Shodan IP Address Scraping Tool

Change the Service name and add cookies to the script. Download:   https://github.com/crazywifi/Shodan_IPAddress_Scraping

Fake Traffic By Proxy | Use proxy to send requests to the server | Send traffic from multiple free proxy

There are many ways to achieve this, one of the ways is here. I want a tool that sends requests to my website, but from different proxies. So I searched for some tools, but I faced the integration issue because I want to automate the whole process. That's the reason I have created my own tool. I learned a new concept of proxies. How the tool is working? How to use this code? Command: python3 FakeTrafficByProxy.py URL Example: python3 FakeTrafficByProxy.py https://lazyhacker22.blogspot.com/ Need to change the highlighted data in the script before using it according to your website server response Download:  https://github.com/crazywifi/FakeTrafficByProxy Download Windows EXE: https://github.com/crazywifi/FakeTrafficByProxy/releases/tag/FakeTrafficByProxy