Commit Graph

377 Commits

Author SHA1 Message Date
Dogan Can Bakir
64ab42a4c8
do not omit status code (#1760) 2024-06-10 21:11:00 +05:30
Ramana Reddy
de9375e643 remove wildcard in domain 2024-05-30 15:03:15 +05:30
Ramana Reddy
f4e5fc0de4 minor update 2024-05-30 10:23:40 +05:30
Ramana Reddy
ff262a084f Add extract-fqdn option 2024-05-30 09:16:23 +05:30
sandeep
2b0d9f41ed version update 2024-05-29 20:47:15 +05:30
Mzack9999
7bb09b1fb1
File writing ops respect filters/matchers (#1720) 2024-05-29 20:45:19 +05:30
Dogan Can Bakir
23ff173eba
enable tech detection for json output by default (#1732)
* enable tech detection for json output by default

* minor
2024-05-29 18:29:43 +05:30
sandeep
a3ab5b470e Merge branch 'fix_nil_deref', remote-tracking branch 'origin' into dev 2024-05-28 14:33:34 +05:30
Doğan Can Bakır
7ebd58c543 make tech detect default 2024-05-28 11:00:54 +03:00
Mzack9999
c33b4a66ac
Merge pull request #1719 from projectdiscovery/fix_nil_deref
fix nil deref
2024-05-23 08:53:21 +02:00
Doğan Can Bakır
306fb0d5e5 fix nil deref 2024-05-23 09:12:05 +03:00
mzack9999
f53914342c adding resolvers info 2024-05-22 16:14:23 +02:00
Dogan Can Bakir
b724e39946
bump version (#1717) 2024-05-21 14:57:12 +05:30
Ice3man
440b4596c5 Merge branch 'dev' of https://github.com/projectdiscovery/httpx into add-updated-wappalyzer 2024-05-16 12:43:33 +05:30
Dogan Can Bakir
02558cacad
change -tech-detect flag var type (#1702) 2024-05-15 17:36:47 +05:30
Ice3man
242fd734f9 feat: updated wappalyzer-go + misc additions 2024-05-14 15:42:09 +05:30
Mzack9999
7dbbce2068
Merge pull request #1669 from projectdiscovery/bugfix-1633-http1
Adding -protocol/-pr option for http1.1
2024-05-02 12:27:37 +02:00
Mzack9999
020d580179
Adding AAAA dns type for ipv6 (#1668) 2024-04-16 16:59:52 +05:30
mzack
8b93f27dfe fixing example 2024-04-15 22:52:21 +02:00
mzack
ce8c01891c adding http11 mode 2024-04-15 21:45:25 +02:00
Aviv Keller
c72d98628e
Introducing CanHaveTitleTag Function for MIME Type Validation (#1608)
* chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#1493)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#1526)

Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.3 to 1.3.7.
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](https://github.com/cloudflare/circl/compare/v1.3.3...v1.3.7)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump github.com/quic-go/quic-go from 0.37.4 to 0.37.7 (#1531)

Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.37.4 to 0.37.7.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)
- [Commits](https://github.com/quic-go/quic-go/compare/v0.37.4...v0.37.7)

---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update Title Extraction

* Make Requsted Changes

* Import slices

* optional asn

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>
2024-03-23 21:47:40 +05:30
Dogan Can Bakir
a4b026111a
Fix content rel issues (#1630)
* do not omit content length

* fix words and lines len
2024-03-20 22:51:10 +05:30
sandeep
c712e31faa version update 2024-03-07 00:36:05 +05:30
Ramana Reddy
d19d12b31d
Fix including raw response in csv output (#1618)
Fix including raw response in csv output
2024-03-07 00:34:39 +05:30
Ramana Reddy
dd8b546b35
Make cdn and tech-detect as default in json output (#1614)
* Make cdn and tech-detect as default in json output

* Reflect changes only in jsonl output
2024-03-06 17:16:58 +05:30
sandeep
4a783e5287 version update 2024-03-01 23:46:07 +05:30
Dogan Can Bakir
2e35ad15af
use networkpolicy (#1597)
* use networkpolicy

* fix test
2024-02-27 18:22:55 +05:30
Ramana Reddy
55643e3407
Use asnmap latest api (#1595)
* Use asnmap latest api

* Update workflows

* Add auth option
2024-02-27 17:51:13 +05:30
sandeep
41c4cb902c version update 2024-02-12 20:50:49 +05:30
Ramana Reddy
5e8d15e9e3 Use standard slices lib 2024-02-01 21:38:38 +05:30
Ramana Reddy
e8b6207809 exlcude cdn on custom ports 2024-01-25 19:37:33 +05:30
Ramana Reddy
42ea49399a Fix exclude cdn option 2024-01-25 18:41:25 +05:30
sandeep
201050e6f5 version update 2024-01-24 16:41:48 +05:30
mzack
2a26a32d2e increase error verbosity on asn failure 2024-01-21 21:07:24 +01:00
sandeep
f7651b12bd version update 2024-01-16 04:10:28 +05:30
Yoshino-s
b57c8c31db
feat(flags): add screenshot-timeout flag (#1516)
* chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (#1400)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#1493)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(flags): add screenshot-timeout flag

* misc update

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
2024-01-16 04:08:04 +05:30
CyberStryk
6af95a5a84
Update -tls-probe option to probe extracted TLS dns_names from all targets (#1461)
* chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (#1400)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updates the -tls-probe scan option to probe all extracted TLS domains.

* chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#1493)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#1526)

Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.3 to 1.3.7.
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](https://github.com/cloudflare/circl/compare/v1.3.3...v1.3.7)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump github.com/quic-go/quic-go from 0.37.4 to 0.37.7 (#1531)

Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.37.4 to 0.37.7.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)
- [Commits](https://github.com/quic-go/quic-go/compare/v0.37.4...v0.37.7)

---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
Co-authored-by: CyberStryk <cyberstryk0@gmail.com>
2024-01-15 17:56:11 +05:30
Ramana Reddy
64b6a0789c
Fix: Pipeline and Websocket not working for some targets (#1528)
* Fix pipeline issue for port included targets

* Add more checks to websocket
2024-01-15 15:06:28 +05:30
mzack
e557bf8662 using fastdialer deny 2024-01-07 21:10:56 +01:00
Doğan Can Bakır
af5909bcac introduce -exclude flag 2024-01-04 15:16:02 +03:00
Dogan Can Bakir
712f8545f6
fix existing response dir issue (#1451)
* fix existing response dir issue

* misc update

---------

Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
2023-11-29 11:53:15 +05:30
seeyarh
91139dbc91
Fix chrome unsafe port err by setting explicitly-allowed-ports (#1343)
* Update headless.go

* adding headless generic option

---------

Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>
2023-11-28 18:18:29 +05:30
sandeep
65f1c95b71 version update 2023-11-13 12:41:39 +05:30
Dogan Can Bakir
e3aeda0081
enable leakless (#1426)
* enable leakless

* comment out chrome pid kill code

* make comment more clear
2023-11-13 12:36:49 +05:30
Dogan Can Bakir
7b08aaf803
fix windows path issue (#1431)
* fix windows path issue

* remove `file:///`
2023-11-13 12:35:53 +05:30
sandeep
3e008c0760 asnmap dep update 2023-11-10 14:41:44 +05:30
Doğan Can Bakır
c8230ed69b set it to 5s 2023-11-08 11:38:38 +00:00
Doğan Can Bakır
4b05a07f50 set it to timeout 2023-11-08 10:56:53 +00:00
Doğan Can Bakır
f2341cd655 increase timeout for a page lifecycle event 2023-11-08 09:33:24 +00:00
Cody Cline
7dee9988ca
Feature: optional flag to skip a host if it has a private IP address. (#1408)
* feat: Implement flag which when enabled, will skip any host with a private ip address instead of timing out.

* fix: Amend private ip check to include loopback and link-local addresses

* fix: Amend debug message to be more concise

* fix: Account for port numbers in skipPrivateHosts feature

* docs: Remove uncessary  debug statement

* readme update

---------

Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
2023-11-02 14:21:22 +05:30