Skip to content

rajeevchristo/miscellaneous

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Miscellaneous

pr0xh4ck © 2022


Agenda


search-engine



keyword-research



mega-download-bypass

Tool

  • megabasterd - Yet another unofficial (and ugly) cross-platform MEGA downloader/uploader/streaming suite.

Proxy List

Filter Proxies

x = """
# delete this line and paste your proxy list then run
"""
for y in x.split("\n"):
  if(y[-4:] == "8080"):
    print(y)

Or Go



google-dork

intitle – Specifying intitle, will tell google to show only those pages that have the term in their html title. For example intitle:”login page” will show those pages which have the term “login page” in the title text.

allintitle – Similar to intitle, but looks for all the specified terms in the title.

inurl – Searches for the specified term in the url. – For example inurl:”login.php” or inurl:login.jsp intitle:login.

allinurl – Same as inurl, but searches for all terms in the url.

filetype – Searches for specific file types. filetype:pdf will looks for pdf files in websites. Similarly filetype:txt looks for files with extension .txt – For example “sensitive but unclassified” filetype:pdf

ext – Similar to filetype. ext:pdf finds pdf extension files.

intext – Searches the content of the page. Somewhat like a plain google search. For example intext:”index of /” or Host=. intext:enc_UserPassword=* ext:pcf

allintext – Similar to intext, but searches for all terms to be present in the text.

site – Limits the search to a specific site only. – For example site:example.com

cache - this dork will show you the cached version of any website

'*' - wildcard used to search pages that contain “anything” before your word.

+ - used to concatenate words, useful to detect pages that use more than one specific key

- - minus operator is used to avoiding showing results that contain certain words

| - this is a logical operator,

If a hacker wishes to search by a field other than the URL, the following can be effectively substituted:

  • intitle:
  • inurl:
  • intext:
  • define:
  • site:
  • phonebook:
  • maps:
  • book:
  • froogle:
  • info:
  • movie:
  • weather:
  • related:
  • link:


Google Dork

  • Extension
site: *.example.com ext:php OR ext:js OR ext:txt OR ext:pdf
  • Open Redirect
site: *.example.com inurl:& AND inurl:url
  • SQL Injection
site: *.example.com intext:"You have an error in your SQL syntax"
  • File Type
site: *.example.com filetype:pdf
  • GraphQL
site: *.example.com inurl:/graphql/

PGP(Pretty Good Privacy)

  • Command for tool installation
sudo apt-get install gnupg2 gpa
  • Create your key command
gpg --full-generate-key
  • Open GUI tool
sudo gpa

port-list

  • ports-list - Offical list of UDP/TCP ports to descriptions

open-sources

  • videvo - Get your free video

never-stop-learning

  • How to Convert web browser to a Notepad
data:text/html, <html contenteditable>

About

Same Work But Different Way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published