Skip to content

Instantly share code, notes, and snippets.

View sidxparab's full-sized avatar
😊

Siddhesh Parab sidxparab

😊
View GitHub Profile
# Copyright © by Jeff Foley 2017-2023. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
# SPDX-License-Identifier: Apache-2.0
# Should results only be collected passively and without DNS resolution? Not recommended.
#mode = passive
# Would you like to use active techniques that communicate directly with the discovered assets,
# such as pulling TLS certificates from discovered IP addresses and attempting DNS zone transfers?
#mode = active
bevigil:
- WUl7tTdkDj5rxq
binaryedge:
- a9a55e89-b5e7-4be3-8162-1c13dd317ff2
bufferover:
- A63Y5cUKhs8ZjDyg9XrtWeBtAuOjYaN7gO16Z9y2
censys:
- 0fd96e7d-8c97-41h2-4433-ab3i777c7baa:hwNAgUmZ8OJNehh4dV2H450QNK3rtTQ
certspotter:
- k48388_7TSkfQy4P45Dssa9tGsc
@sidxparab
sidxparab / Go_installation.txt
Last active August 1, 2023 09:39
Below are steps to install and configure a Go environment
#Download the Go binary
wget https://golang.org/dl/go1.20.4.linux-amd64.tar.gz
#Remove previous golang installation and extract the new one
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.20.4.linux-amd64.tar.gz
#Create symlink
ln -sf /usr/local/go/bin/go /usr/local/bin/
#Add these line to your terminal config file(.bashrc/.zshrc)
360PassiveDNS
AbuseIPDB
Ahrefs
AlienVault
AnubisDB
Arquivo
Ask
AskDNS
Baidu
BeVigil
360PassiveDNS
AbuseIPDB
Ahrefs
AlienVault
AnubisDB
Arquivo
Ask
AskDNS
Baidu
BeVigil
@sidxparab
sidxparab / common-web-ports.txt
Last active May 9, 2023 13:43
These are a list of common port number on which web applications are hosted usually. One can send probes to these port numbers and check whether a particular web service is running on them or not.
21
22
25
80
110
135
143
261
271
324