├── google130605623c1db6bb.html
├── index.html
├── README.md
└── style.css
/google130605623c1db6bb.html:
--------------------------------------------------------------------------------
1 | google-site-verification: google130605623c1db6bb.html
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | CSE for search 49 pastebin sites
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | Google Custom Search Engine for search 48 pastebin sites
2 |
3 |
4 |
5 |
6 |
7 |
8 | [](https://github.com/dwyl/esta/issues)
9 |
10 |
11 | Explore this project in https://cybdetective.com/pastebin.html
12 |
13 | Examples of searches (to find private and sensitive data)
14 | Emails: "@gmail.com", "@yandex.ru"
15 | Passwords: "varya1997", "password"
16 | API Keys: "API KEY"
17 | Name/surnames: "John Resig"
18 | IP Adresses: "192.168.1.12"
19 | Secret keys: "SECRET_KEY="
20 | SQL Dumps: "CREATE TABLE IF NOT EXISTS"
21 | Tokens: "oauth_token="
22 | ZIP Codes:MA 02111
23 | Adresses (city, village, street names): "Tverskaya"
24 | 1. Be persistent. 2. Try different input options. 3. Don't forget the search operators.
25 | I have to split 48 sites into 5 search engines because of the limitations of the free version of the Site Restricted JSON API
26 | 0bin.net, apaste.info, bitbin.it, cl1p.net, codekeep.io, controlc.com, defuse.ca, doxbin.org, dpaste.com, dumpz.org
27 |
28 |
29 |
30 |
31 |
32 |
33 | Thank you for following me! https://cybdetective.com
34 |
--------------------------------------------------------------------------------
/style.css:
--------------------------------------------------------------------------------
1 | .discord-follow-button {
2 | color: #fff;
3 | background: #9932CC;
4 | padding: 3px 7px;
5 | font-weight: 500;
6 | font-size: 18px;
7 | border-radius: 4px;
8 | vertical-align: middle;
9 | text-align: center;
10 | }
11 |
12 | .mainsite-button
13 | {
14 | color: #fff;
15 | background: red;
16 | padding: 3px 7px;
17 | font-weight: 500;
18 | font-size: 18px;
19 | border-radius: 4px;
20 | vertical-align: middle;
21 | text-align: center;
22 |
23 | }
24 |
25 |
26 | .telegram-follow-button {
27 | color: #fff;
28 | background: #1e97d7;
29 | padding: 3px 7px;
30 | font-weight: 500;
31 | font-size: 18px;
32 | border-radius: 4px;
33 | vertical-align: middle;
34 | text-align: center;
35 | }
36 | .linkedin-follow-button {
37 | color: #fff;
38 | background: #2867B2;
39 | padding: 3px 7px;
40 | font-weight: 500;
41 | font-size: 18px;
42 | border-radius: 4px;
43 | vertical-align: middle;
44 | text-align: center;
45 | }
46 | .github-follow-button {
47 | color: black;
48 | background: silver;
49 | padding: 3px 7px;
50 | font-weight: 500;
51 | font-size: 18px;
52 | border-radius: 4px;
53 | vertical-align: middle;
54 | text-align: center;
55 | }
56 | .revue-follow-button {
57 | color: #fff;
58 | background: #FFA500;
59 | padding: 3px 7px;
60 | font-weight: 500;
61 | font-size: 18px;
62 | border-radius: 4px;
63 | vertical-align: middle;
64 | text-align: center;
65 | }
66 | .telegram-follow-button:hover {
67 | background: #167ba5;
68 | color: #fff;
69 | }
70 | .telegram-follow-button img{
71 | width: 20px;
72 | vertical-align: middle;
73 | }
74 | .twitter-follow-button-2 {
75 | color: #fff;
76 | background: #1DA1F2;
77 | padding: 3px 7px;
78 | font-weight: 500;
79 | font-size: 18px;
80 | border-radius: 4px;
81 | vertical-align: middle;
82 | text-align: center;
83 |
84 | }
85 |
--------------------------------------------------------------------------------