Giter Club home page Giter Club logo

Comments (2)

JohnEskimSmith avatar JohnEskimSmith commented on August 28, 2024

Hi,
You have 2 options to solve the you problem

  1. Best solution: you can create your payload(probe) with the banner module. In the payload, you simply indicate your commands in accordance with http, like same, for instance, - b'GET / HTTP/1.0\r\nUser-Agent: curl/7.68.0\r\nAccept: /\r\n\r\n'
  2. The second option, developers zgrab2 forgive me , you can see how it is implemented in my code

https://github.com/JohnEskimSmith/PacketSenderLite
(https://github.com/JohnEskimSmith/PacketSenderLite/blob/master/example_python_payloads/http_get.py)
https://github.com/JohnEskimSmith/PacketSenderHTTPLite

from zgrab2.

mzpqnxow avatar mzpqnxow commented on August 28, 2024

Hi,

Looking for a specific command for this task.

  • Several IP Ranges

  • Will scan for one specific domain that will be sent as "Host: domain.tld" header

  • Will look for a specific keyword, then print the specific IP found that matches I.

long story short, basically looking to find the backend of a server that has reverse proxy by scanning the internet.

This is relatively straightforward if you use the CSV formatted targets input. Lines look like this (I may mixup the first 2 columns)

1.2.3.4, www.target.com
2.3.4.5, www.target.com
3.4.5.6, www.target.com
...

For that input, the HTTP Host header (and SNI and certificate logic) will be set to www.target.com

from zgrab2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.