Skip to content

Commit 41f0076

Browse files
authored
Create README.md
1 parent 6e259c3 commit 41f0076

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# laravelN00b
2+
Incorrect configuration allows you to access .env files. LaravelN00b automated scan .env files in victim host.
3+
4+
## Scan rationale
5+
- Scan host.
6+
- Resolve IP adress and check .env file IP Adress
7+
8+
## Installation
9+
10+
1 - Install with installer.sh
11+
12+
`chmod +x installer.sh`
13+
14+
`./installer.sh`
15+
16+
2 - Install manual
17+
18+
`go get github.com/briandowns/spinner`
19+
20+
`github.com/christophwitzko/go-curl`
21+
22+
`go run main.go --hostname victim.host`
23+
24+
or
25+
26+
`go build laravelN00b main.go`
27+
28+
## Run
29+
30+
`./laravelN00b --hostname victim.host `

0 commit comments

Comments
 (0)