Skip to content

Conversation

@GangGreenTemperTatum
Copy link
Collaborator

@GangGreenTemperTatum GangGreenTemperTatum commented Apr 9, 2025

Working example

robopages run --function subjack_enum_host_subdomains
>> enter value for argument 'target': www.example.com

[2025-04-09T12:00:32Z WARN ] executing: /usr/local/bin/docker run --rm -v/Users/ads/.robopages/robopages-main/cybersecurity/offensive/information-gathering:/data --net=host projectdiscovery/subfinder -d www.example.com -recursive -all
>> enter 'y' to proceed or any other key to cancel: y


replace.www.example.com
qa.www.example.com
x1.www.example.com


               __    _____           __         
   _______  __/ /_  / __(_)___  ____/ /__  _____
  / ___/ / / / __ \/ /_/ / __ \/ __  / _ \/ ___/
 (__  ) /_/ / /_/ / __/ / / / / /_/ /  __/ /    
/____/\__,_/_.___/_/ /_/_/ /_/\__,_/\___/_/

                projectdiscovery.io

[INF] Current subfinder version v2.7.0 (latest)
[INF] Loading provider config from /root/.config/subfinder/provider-config.yaml
[INF] Enumerating subdomains for www.example.com
[INF] Found 3 subdomains for www.example.com in 2 minutes 4 seconds

AI-Generated Summary

  • Added a new YAML configuration file for Subjacker, a tool for hijacking subdomains.
  • Description highlights its utility for security researchers and penetration testers.
  • Introduced a function subjack_enum_host_subdomains for enumerating subdomains of a specified target.
  • Parameters include:
    • target: Takes a string input representing the domain name.
  • Utilizes the projectdiscovery/subfinder Docker image for subdomain enumeration.
  • Configured to run in the host network mode with a specified volume for data.
  • Command line arguments for subfinder include:
    • Domain to enumerate
    • Recursive search
    • Retrieval of all possible subdomains
  • This addition enhances the information-gathering capabilities for security operations.

This summary was generated with ❤️ by rigging

@github-actions
Copy link

github-actions bot commented Apr 9, 2025

Validation Results (2025-04-09T12:04:35.126Z)

✅ Validation successful

Please ensure your contribution follows the required format.

View Full Validation Details


Run ID: 14356645067
Workflow: Validate Contributions

@GangGreenTemperTatum GangGreenTemperTatum merged commit fa86cb5 into main Apr 9, 2025
2 checks passed
@GangGreenTemperTatum GangGreenTemperTatum deleted the ads/eng-1597-bug-replace-only-placeholder-24 branch April 9, 2025 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants