Skip to content

Commit 1e9bc38

Browse files
author
HeroicHitesh
committed
Rename all files according to new naming convention
1 parent 42db4cf commit 1e9bc38

File tree

258 files changed

+3281
-1620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+3281
-1620
lines changed

Go/GIF_Creator/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
## Use [ffmpeg](https://ffmpeg.org/) before using script
44

55
### Steps to run:
6+
67
1. gitclone
78
2. go install gifgen.go
89
3. gifgen -s (image/video) -i (input path for images directory) - o (output path for generated gif)
910

10-
11-
1211
<img src = 'gifs/gif.gif' width = 300px>

Go/Github_Repo_Issues/README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
# Github-Repo-Issues
1+
# Github-Repo-Issues
2+
23
This is Go script used to check for the Issues for any Repo .
34

4-
### Prerequisites:
5+
### Prerequisites:
6+
57
Go
68

79
### Process:
8-
```go
9-
Replace HarshCasper by UserName-of-Github
10-
andRotten-Scripts by RepoName in main.go const issueurl
11-
$ go run main.go
12-
```
1310

14-
![image](https://github.com/HarshCasper/Rotten-Scripts/blob/master/Github-Repo-Issues/Terminal.png)
11+
```go
12+
Replace HarshCasper by UserName-of-Github
13+
andRotten-Scripts by RepoName in main.go const issueurl
14+
$ go run main.go
15+
```
16+
17+
![image](Terminal.png)

Go/Github_UserName_Checker/README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# Github-UserName-Generator
1+
# Github-UserName-Generator
2+
23
This is Go script used to generate the possible UserName for Github.
34

4-
### Prerequisites:
5+
### Prerequisites:
6+
57
Go
68

79
### Process:
8-
```go
9-
$ go get -u github.com/badoux/goscraper
10-
$ go run main.go
11-
```
1210

13-
![image](https://github.com/Sanketwable/Rotten-Scripts/blob/githubusername/Github-userName-checker/code.png)
11+
```go
12+
$ go get -u github.com/badoux/goscraper
13+
$ go run main.go
14+
```
15+
16+
![image](code.png)

JavaScript/Automate_Tinder/Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Automate Tinder
22

33
Too bored of Right-Swiping Tinder? This Script allows you to automate Right-Swipes on Tinder. You just need to go to the Official Website
4-
and kickstart the Developer Console and push the Code. Press ENTER and let the magic redeem itself.
4+
and kickstart the Developer Console and push the Code. Press ENTER and let the magic redeem itself.
55

66
[Not be used for Malicious Purposes]
77

8-
![image](https://github.com/HarshCasper/Rotten-Scripts/blob/master/Automate-Tinder/carbon.png)
8+
![image](automateTinder.png)
+7-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
# JS Script to brute force admin panels of a website
22

33
## About Script
4+
45
A website may have admin panels associated with them, but for security and other reasons, Sometimes the website owner hides the link for admin login page. This script brute force links on a website and Try's to find the admin panel login link for it
56

67
## To run the code
8+
79
- Clone the folder
810
- Inside the folder open command line and run
911
- npm install
10-
- node brute < Your host name(For Example if website is https://www.abc.com pass only abc.com i.e.. 'node brute abc.com' )>
12+
- node bruteForceAdmin < Your host name(For Example if website is https://www.abc.com pass only abc.com i.e.. 'node bruteForceAdmin abc.com' )>
1113
- The script will start scanning links from paths.txt file
1214
- The links with status green could be potential admin login link
1315

14-
## Output
15-
![image](https://github.com/mbcse/Rotten-Scripts/blob/bruteadmin/Brute_Force_Admin/brute.png)
16-
code by Mohit Bhat(https://www.mbcse.co)
16+
## Output
17+
18+
![image](bruteForceAdmin.png)
19+
code by [Mohit Bhat](https://www.mbcse.co)

0 commit comments

Comments
 (0)