Skip to content

Commit

Permalink
adding mysql tricks
Browse files Browse the repository at this point in the history
  • Loading branch information
n3k00n3 committed Apr 9, 2019
1 parent 2678a7e commit c07af9b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,26 @@ nmap -sV -p 161 --script=snmp-info 172.20.10.0/24

##

### MYSQL

##### Try remote default Root access

Mysql Open to wild

```shell
mysql -h Target_ip -u root -p
```

##### Try Local default Root access Windows

TODO!

##### Try Local default Root access Linux

TODO!

##

### Reverse Shell

#### Powershell Reverse
Expand Down

0 comments on commit c07af9b

Please sign in to comment.