Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix minor screenshot issues #1353

Merged
merged 2 commits into from
Sep 13, 2023
Merged

fix minor screenshot issues #1353

merged 2 commits into from
Sep 13, 2023

Conversation

dogancanbakir
Copy link
Member

@dogancanbakir dogancanbakir commented Sep 12, 2023

Closes #1352.

$ go run . -u scanme.sh -sr
$ tree output
output
└── response
    ├── index.txt
    └── scanme.sh
        └── 3f31e99f37ddb963c46ea3b9eed80d4bae8cde21.txt

2 directories, 2 files
$ go run . -u scanme.sh -json | jq .

    __    __  __       _  __
   / /_  / /_/ /_____ | |/ /
  / __ \/ __/ __/ __ \|   /
 / / / / /_/ /_/ /_/ /   |
/_/ /_/\__/\__/ .___/_/|_|
             /_/

                projectdiscovery.io

[INF] Current httpx version v1.3.5 (latest)
{
  "timestamp": "2023-09-12T12:30:59.651904263Z",
  "hash": {
    "body_md5": "444bcb3a3fcf8389296c49467f27e1d6",
    "body_mmh3": "-2088429648",
    "body_sha256": "2689367b205c16ce32ed4200942b8b8b1e262dfc70d9bc9fbc77c49699a4f1df",
    "body_simhash": "590632390773907579",
    "header_md5": "9e781576d6ff509ed58774e9934043e4",
    "header_mmh3": "-761354649",
    "header_sha256": "e274b92c0edbd52f920ac12e94681c0ef849aae8faa70ec6d8c5786ca66c25bd",
    "header_simhash": "9814105681235261821"
  },
  "port": "443",
  "url": "https://scanme.sh",
  "input": "scanme.sh",
  "scheme": "https",
  "content_type": "text/plain",
  "method": "GET",
  "host": "128.199.158.128",
  "path": "/",
  "time": "1.521285542s",
  "a": [
    "128.199.158.128",
    "2400:6180:0:d0::91:1001"
  ],
  "words": 1,
  "lines": 1,
  "status_code": 200,
  "content_length": 2,
  "failed": false,
  "knowledgebase": {
    "PageType": "nonerror"
  }
}

@dogancanbakir dogancanbakir self-assigned this Sep 12, 2023
@ehsandeep ehsandeep added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Sep 12, 2023
@ehsandeep ehsandeep linked an issue Sep 12, 2023 that may be closed by this pull request
@ehsandeep ehsandeep merged commit 9e26204 into dev Sep 13, 2023
11 checks passed
@ehsandeep ehsandeep deleted the fix_minor_screenshot_issues branch September 13, 2023 11:05
ehsandeep pushed a commit that referenced this pull request Sep 13, 2023
* fix minor screenshot issues

* fix no file or dir err
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

minor issues with screenshot option
2 participants