Skip to content
#

indonesia

Here are 484 public repositories matching this topic...

This tool will setting up your backdoor/rootkits when backdoor already setup it will be hidden your spesisifc process,unlimited your session in metasploit and transparent. Even when it killed, it will re-run again. There always be a procces which while run another process,So we can assume that this procces is unstopable like a Ghost in The Shell

  • Updated Mar 9, 2020
  • Shell
pveyes
pveyes commented Oct 21, 2018

Currently we can use any reserved word/token (such as var, if, etc) as identifier in naskah which won't be valid JS. The simplest thing we can do is add underscore before printing the identifier if it's a reserved word in JS

So that:

misal x = 3;
misal var = 2;

jika while benar {
} 

should be compiled to

var x = 3;
var _var = 2;

if (_while == true) {
}

Improve this page

Add a description, image, and links to the indonesia topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the indonesia topic, visit your repo's landing page and select "manage topics."

Learn more