Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.204
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
Windows /
SysWOW64 /
ras /
Delete
Unzip
Name
Size
Permission
Date
Action
cis.scp
735
B
-rw-rw-rw-
2019-12-07 10:09
pad.inf
14.19
KB
-rw-rw-rw-
2019-12-07 10:09
pppmenu.scp
2.75
KB
-rw-rw-rw-
2019-12-07 10:09
switch.inf
6.09
KB
-rw-rw-rw-
2019-12-07 10:09
Save
Rename
; ; This is a script file that demonstrates how ; to establish a PPP connection with Compuserve, ; which requires changing the port settings to ; log in. ; ; Main entry point to script ; proc main ; Set the port settings so we can wait for ; non-gibberish text. set port databits 7 set port parity even transmit "^M" waitfor "Host Name:" transmit "CIS^M" waitfor "User ID:" transmit $USERID, raw transmit "/go:pppconnect^M" waitfor "Password: " transmit $PASSWORD, raw transmit "^M" waitfor "One moment please..." ; Set the port settings back to allow successful ; negotiation. set port databits 8 set port parity none endproc