Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

golang-github-s-rah-onionscan-devel-0.2-18.fc40 RPM for noarch

From Fedora Rawhide for s390x / g

Name: golang-github-s-rah-onionscan-devel Distribution: Fedora Project
Version: 0.2 Vendor: Fedora Project
Release: 18.fc40 Build date: Sun Jan 21 12:07:27 2024
Group: Unspecified Build host: buildvm-x86-25.iad2.fedoraproject.org
Size: 368844 Source RPM: onionscan-0.2-18.fc40.src.rpm
Packager: Fedora Project
Url: https://github.com/s-rah/onionscan
Summary: Tool for investigating the Dark Web
OnionScan is a free and open source tool for investigating the Dark Web.

This package contains the source code needed for building packages that
reference the following Go import paths:
 – github.com/s-rah/onionscan

Provides

Requires

License

MIT

Changelog

* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-18
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-16
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-15
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-14
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jul 19 2022 Maxwell G <gotmax@e.email> - 0.2-13
  - Rebuild for
    CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in golang
* Wed Jun 29 2022 Robert-André Mauchin <zebob.m@gmail.com> - 0.2-12
  - Disable TestExtractBitcoinAddress test
* Wed Jun 29 2022 Robert-André Mauchin <zebob.m@gmail.com>
  - Don't test on 32 bits platforms
* Wed Jun 29 2022 Robert-André Mauchin <zebob.m@gmail.com> - 0.2-10
  - Convert to automatic buildrequires
* Wed Jun 29 2022 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 0.2-9
  - Skip test in i686 to fix FTBFS, closes rhbz#2046782
* Sat Jun 18 2022 Robert-André Mauchin <zebob.m@gmail.com> - 0.2-7
  - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191,
    CVE-2022-29526, CVE-2022-30629
* Sat Apr 16 2022 Fabio Alessandro Locati <me@fale.io> - 0.2-6
  - Rebuilt for CVE-2022-27191

Files

/usr/share/doc/golang-github-s-rah-onionscan-devel
/usr/share/doc/golang-github-s-rah-onionscan-devel/000-onionscan.md
/usr/share/doc/golang-github-s-rah-onionscan-devel/001-database.md
/usr/share/doc/golang-github-s-rah-onionscan-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-s-rah-onionscan-devel/README.md
/usr/share/doc/golang-github-s-rah-onionscan-devel/doc
/usr/share/doc/golang-github-s-rah-onionscan-devel/doc/README.md
/usr/share/doc/golang-github-s-rah-onionscan-devel/doc/correlation-lab.md
/usr/share/doc/golang-github-s-rah-onionscan-devel/doc/crawl-configuration.md
/usr/share/doc/golang-github-s-rah-onionscan-devel/doc/images
/usr/share/doc/golang-github-s-rah-onionscan-devel/doc/images/correlation-custom-tag.png
/usr/share/doc/golang-github-s-rah-onionscan-devel/doc/images/correlation-lab-main.png
/usr/share/doc/golang-github-s-rah-onionscan-devel/doc/images/correlation-search.png
/usr/share/doc/golang-github-s-rah-onionscan-devel/doc/images/correlation-summary.png
/usr/share/doc/golang-github-s-rah-onionscan-devel/doc/images/correlation-tagging.png
/usr/share/doc/golang-github-s-rah-onionscan-devel/doc/images/correlation-title.png
/usr/share/doc/golang-github-s-rah-onionscan-devel/doc/what-is-scanned-for.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/s-rah
/usr/share/gocode/src/github.com/s-rah/onionscan
/usr/share/gocode/src/github.com/s-rah/onionscan/.goipath
/usr/share/gocode/src/github.com/s-rah/onionscan/config
/usr/share/gocode/src/github.com/s-rah/onionscan/config/crawl_config.go
/usr/share/gocode/src/github.com/s-rah/onionscan/config/onionscan_config.go
/usr/share/gocode/src/github.com/s-rah/onionscan/crawldb
/usr/share/gocode/src/github.com/s-rah/onionscan/crawldb/crawldb.go
/usr/share/gocode/src/github.com/s-rah/onionscan/crawldb/crawldb_test.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/apache_mod_status.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/check_bitcoin_addresses.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/check_bitcoin_addresses_test.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/check_exif.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/check_exif_test.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/check_exposed_directories.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/check_google_analytics.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/check_google_publisher_id.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/common_correlations.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/email_scan.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/env_test.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/get_onion_links.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/get_users.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/mailto_scan.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/pgp_content_scan.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/private_key.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/private_key_test.go
/usr/share/gocode/src/github.com/s-rah/onionscan/deanonymization/process_report.go
/usr/share/gocode/src/github.com/s-rah/onionscan/main.go
/usr/share/gocode/src/github.com/s-rah/onionscan/model
/usr/share/gocode/src/github.com/s-rah/onionscan/model/page.go
/usr/share/gocode/src/github.com/s-rah/onionscan/onionscan
/usr/share/gocode/src/github.com/s-rah/onionscan/onionscan/onionscan.go
/usr/share/gocode/src/github.com/s-rah/onionscan/onionscan/pipeline.go
/usr/share/gocode/src/github.com/s-rah/onionscan/onionscan/steps
/usr/share/gocode/src/github.com/s-rah/onionscan/onionscan/steps/jsonreportwriter.go
/usr/share/gocode/src/github.com/s-rah/onionscan/onionscan/steps/simplereportwriter.go
/usr/share/gocode/src/github.com/s-rah/onionscan/protocol
/usr/share/gocode/src/github.com/s-rah/onionscan/protocol/bitcoin_scanner.go
/usr/share/gocode/src/github.com/s-rah/onionscan/protocol/bitcoin_scanner_test.go
/usr/share/gocode/src/github.com/s-rah/onionscan/protocol/ftp_scanner.go
/usr/share/gocode/src/github.com/s-rah/onionscan/protocol/http_scanner.go
/usr/share/gocode/src/github.com/s-rah/onionscan/protocol/irc_scanner.go
/usr/share/gocode/src/github.com/s-rah/onionscan/protocol/mongodb_scanner.go
/usr/share/gocode/src/github.com/s-rah/onionscan/protocol/protocol_scanner.go
/usr/share/gocode/src/github.com/s-rah/onionscan/protocol/ricochet_scanner.go
/usr/share/gocode/src/github.com/s-rah/onionscan/protocol/smtp_scanner.go
/usr/share/gocode/src/github.com/s-rah/onionscan/protocol/ssh_scanner.go
/usr/share/gocode/src/github.com/s-rah/onionscan/protocol/tls_scanner.go
/usr/share/gocode/src/github.com/s-rah/onionscan/protocol/vnc_scanner.go
/usr/share/gocode/src/github.com/s-rah/onionscan/protocol/xmpp_scanner.go
/usr/share/gocode/src/github.com/s-rah/onionscan/report
/usr/share/gocode/src/github.com/s-rah/onionscan/report/anonymity_report.go
/usr/share/gocode/src/github.com/s-rah/onionscan/report/onionscanreport.go
/usr/share/gocode/src/github.com/s-rah/onionscan/report/simple_report.go
/usr/share/gocode/src/github.com/s-rah/onionscan/spider
/usr/share/gocode/src/github.com/s-rah/onionscan/spider/onionspider.go
/usr/share/gocode/src/github.com/s-rah/onionscan/spider/pageparser.go
/usr/share/gocode/src/github.com/s-rah/onionscan/utils
/usr/share/gocode/src/github.com/s-rah/onionscan/utils/format_paragraphs.go
/usr/share/gocode/src/github.com/s-rah/onionscan/utils/format_paragraphs_test.go
/usr/share/gocode/src/github.com/s-rah/onionscan/utils/html_parsing.go
/usr/share/gocode/src/github.com/s-rah/onionscan/utils/networking.go
/usr/share/gocode/src/github.com/s-rah/onionscan/utils/proxycheck.go
/usr/share/gocode/src/github.com/s-rah/onionscan/utils/random.go
/usr/share/gocode/src/github.com/s-rah/onionscan/utils/remove_duplicates.go
/usr/share/gocode/src/github.com/s-rah/onionscan/utils/url_parsing.go
/usr/share/gocode/src/github.com/s-rah/onionscan/utils/validation.go
/usr/share/gocode/src/github.com/s-rah/onionscan/utils/validation_test.go
/usr/share/gocode/src/github.com/s-rah/onionscan/webui
/usr/share/gocode/src/github.com/s-rah/onionscan/webui/webui.go
/usr/share/licenses/golang-github-s-rah-onionscan-devel
/usr/share/licenses/golang-github-s-rah-onionscan-devel/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 02:28:23 2024