[LINK]: Unlocking protected C-/VB-functions in WinCC
[LINK]: Unlocking protected C-/VB-functions in WinCC
How it possible - to unlocked Know_how_protected functions in winCC?
The program for removal of the password from C-scripts Wincc (version 5 and 6).
script_WinCC_without_password
See new version 1.6 Jun 30, 2014
viewtopic.php?f=1&t=17844
Всем удачи!
http://s2kkpp.narod.ru/ppp in Russian wrote:Программа снятия парольной защиты с ВыньСС скрипта
script_WinCC_without_password
See new version 1.6 Jun 30, 2014
viewtopic.php?f=1&t=17844
Всем удачи!
Manual remove password from VB-script
1. Open file in WinHex http://winhex.com/winhex/index-m.html
2. In the end the file has such appearance:
Passworded
00 00 00 01 00 00 00 00 00 00 06 00 00 00 73 5E 52 57 5E 16
UnPassworded
00 00 00 00 00 00 00 00 00 00 06 00 00 00 73 5E 52 57 5E 16
01 - Attribute of presence of the password
06 - Number of symbols in the password
735E52575E16 - The coded password
We change 01 on 00 and the script can be opened
1. Open file in WinHex http://winhex.com/winhex/index-m.html
2. In the end the file has such appearance:
Passworded
00 00 00 01 00 00 00 00 00 00 06 00 00 00 73 5E 52 57 5E 16
UnPassworded
00 00 00 00 00 00 00 00 00 00 06 00 00 00 73 5E 52 57 5E 16
01 - Attribute of presence of the password
06 - Number of symbols in the password
735E52575E16 - The coded password
We change 01 on 00 and the script can be opened
in Russian wrote:Снять пароль с VB-скрипта еще проще.
Открываем файл скрипта любым 16-ричным редактором (например Winhex).
В конце файл имеет примерно такой вид:
00 00 00 01 00 00 00 00 00 00 06 00 00 00 73 5E 52 57 5E 16
где 735E52575E16 - закодированный пароль
06 - число символов в пароле
01 - признак наличия пароля
Меняем 01 на 00 и скрипт можно будет открыть.
Писать оболочку для указанных действий что-то лень.
-
- Posts: 58
- Joined: Sun Aug 13, 2006 12:51 pm
- Location: Vietnam
I open file .bmo in Winhex, but it don't look like this. Any advance?ppp wrote:Manual remove password from VB-script
1. Open file in WinHex
2. In the end the file has such appearance:
00 00 00 01 00 00 00 00 00 00 06 00 00 00 73 5E 52 57 5E 16
735E52575E16 - The coded password
06 - Number of symbols in the password
01 - Attribute of presence of the password
We change 01 on 00 and the script can be opened
-
- Posts: 9
- Joined: Sat Jan 02, 2010 5:53 am
- Location: PUNE INDIA
Re:
Yes you are correct it doenot look li this any other method???
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
New patcher for un/protection password c-scripts, support WinCC v4.2, 5, 6, 7
program need MS Framework >=1.1
WinccNoProtect
See new version
program need MS Framework >=1.1
WinccNoProtect
See new version
-
- Forum Community
- Posts: 1216
- Joined: Fri Oct 20, 2006 9:29 pm
- Location: We are anonymous users. We do not read your private messages :( Ask questions in the forum !
- Contact:
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
Update
as not all produced by hand using WinHEX unprotect VB-scripts and added the removal of this protection in the patch.
I recall a program patches only WinCC, the project is no manipulation is not
Support C-script WinCC v4.2, 5, 6, 7
Support VB-Script WinCC v6, 7
https://mega.co.nz/#!GMUXSSKD!5pO7o_OAQ ... qmJp2ZPeDc
as not all produced by hand using WinHEX unprotect VB-scripts and added the removal of this protection in the patch.
I recall a program patches only WinCC, the project is no manipulation is not
т.к. не у всех получается вручную с помощью WinHEX снять защиту с VB- скриптов добавил снятие и этой защиты в патч.
Напоминаю программой патчуется только WinCC, с проектом никаких манипуляций не производится.
Support C-script WinCC v4.2, 5, 6, 7
Support VB-Script WinCC v6, 7
https://mega.co.nz/#!GMUXSSKD!5pO7o_OAQ ... qmJp2ZPeDc
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
Hi, I try it,s, but I not open protect script, always ask me the password. I try with wincc 7 sp1. I think it´s possible that the file have into folder,etc...Can anyone help me.
Thank you very much
Thank you very much
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
You use C-script or VB-script?
Please give me your script in personal messages.
I try help.
Please give me your script in personal messages.
I try help.
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
I check program.
Support only Windows 2000, WindowsXP.
NOT SUPPORT Windows 7
Support only Windows 2000, WindowsXP.
NOT SUPPORT Windows 7
-
- Forum Community
- Posts: 1216
- Joined: Fri Oct 20, 2006 9:29 pm
- Location: We are anonymous users. We do not read your private messages :( Ask questions in the forum !
- Contact:
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
New version. Add support Windows7.
need MS Framework >=2.0
WinccNoProtect1.2.exe
need MS Framework >=2.0
WinccNoProtect1.2.exe
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
Thank you very much, now run ok.
I try in my project, and magic open script. thank again..........
aguere
I try in my project, and magic open script. thank again..........
aguere
[LINK]: unPassword STEP7/WinCC -projects
Only for old password - not for Block Privacy
After all, the programmers who wrote the STEP7 used a standard method from the Microsoft Visual Studio:
It was enough to remove the asterisk in the property textBox.PasswordChar and password are displayed.
It could have been done a bunch of programs (asterwin, iws from Isqsoft ...)
However, starting with version 5.5 of this hole covered. Under the stars have no password.
But now you can see passwords in the STEP7 project using pss7
Requirements:
MS Framework 2.0 or higher.
tested on WinXP and Windows7.
virustotal.com check showed that the virus does not.
Using simple. Select the project folder and if it is the processors have the passwords, they will appear in the right part of the program.
Projects supported by any version of STEP7.
========= Others tools ==================
Unlock password for S7 200 and S7 300 MMC viewtopic.php?t=2005
UnPassword for S7 300 and S7 400 viewtopic.php?f=1&t=17844
Unlock password for S7 300 and S7 400 by dictionary (tested with PC adapters, CP5512, CP5611)
viewtopic.php?t=7029
Unlocking protected C-/VB-functions in WinCC viewtopic.php?f=37&t=4748
Decoder ProSave viewtopic.php?f=37&t=8598
Earlier in STEP7 CPU passwords hidden under asterisks could see easily enough.Только для старого метода паролирования - не для Block Privacy
After all, the programmers who wrote the STEP7 used a standard method from the Microsoft Visual Studio:
Раньше в STEP7 пароли процессоров под звездочками можно было посмотреть достаточно легко.
Ведь программисты, написавшие STEP7 использовали стандартный прием от Microsoft Visual Studio:
It was enough to remove the asterisk in the property textBox.PasswordChar and password are displayed.
It could have been done a bunch of programs (asterwin, iws from Isqsoft ...)
Достаточно было убрать звездочку в свойстве textBox.PasswordChar и пароль отображался.
Это можно было сделать кучей программ (asterwin, iws от Isqsoft и др.)
However, starting with version 5.5 of this hole covered. Under the stars have no password.
But now you can see passwords in the STEP7 project using pss7
Однако начиная с версии 5.5 эту дыру прикрыли. Под звездочками уже нет никакого пароля.
Однако теперь можно посмотреть пароли в проекте STEP7 с помощью программы pss7
Requirements:
MS Framework 2.0 or higher.
tested on WinXP and Windows7.
virustotal.com check showed that the virus does not.
Using simple. Select the project folder and if it is the processors have the passwords, they will appear in the right part of the program.
Projects supported by any version of STEP7.
Требования:
MS Framework 2.0 и выше.
проверено на WinXP и Windows7.
проверка на virustotal.com показала, что вирусов нет.
Пользоваться просто. Выбираем папку проекта и если в нем процессоры имеют пароли, то они отобразятся в правой части программы.
Поддерживаются проекты созданные в ЛЮБОЙ версии STEP7.
========= Others tools ==================
Unlock password for S7 200 and S7 300 MMC viewtopic.php?t=2005
UnPassword for S7 300 and S7 400 viewtopic.php?f=1&t=17844
Unlock password for S7 300 and S7 400 by dictionary (tested with PC adapters, CP5512, CP5611)
viewtopic.php?t=7029
Unlocking protected C-/VB-functions in WinCC viewtopic.php?f=37&t=4748
Decoder ProSave viewtopic.php?f=37&t=8598
Last edited by ppp on Thu Feb 19, 2015 10:04 am, edited 2 times in total.
Re: [LINK]: unPassword CPU under star in STEP7-projects
thank you very mush
Its helpful
Its helpful
Re: [LINK]: unPassword CPU under star in STEP7-projects
Updata.
add password MicroWin
add password TIA Portal Step7 (CPU S7-300/S7-400)
save passwords in file (button "floppy")
p.s.
TIA Portal как оказалось хранит ВСЕ пароли, которые вы когда либо вводили.
И их легко можно посмотреть.
add password MicroWin
add password TIA Portal Step7 (CPU S7-300/S7-400)
save passwords in file (button "floppy")
p.s.
TIA Portal как оказалось хранит ВСЕ пароли, которые вы когда либо вводили.
И их легко можно посмотреть.
Last edited by ppp on Tue May 07, 2013 9:45 pm, edited 3 times in total.
Re: [LINK]: unPassword CPU under star in STEP7-projects
PPP uses bad Crypt packer for decrease size and for anti reverse analyzinghttps://www.virustotal.com/file/925bd96 ... 349290882/
My Avast blocked to download updated version of pss7.exe too
Kaspersky find nothing
Russian wrote:PPP использует плохие упаковщики для уменьшения размера файла и чтобы никто не смог разобрать и понять логику его программы
Касперский пока молчит
Re: [LINK]: unPassword CPU under star in STEP7-projects
Excellent. Worked perfectly.
Thanks
Thanks
Re: [LINK]: unPassword CPU under star in STEP7-projects
Updata to v1.3
add password WinCC C-script from *.pas
see v1.6
add password WinCC C-script from *.pas
see v1.6
Last edited by ppp on Tue Dec 11, 2012 12:13 pm, edited 2 times in total.
Re: [LINK]: unPassword CPU under star in STEP7-projects
Updata to v1.4
add password WinCC VB-script
fix bugs
see v1.6
add password WinCC VB-script
fix bugs
see v1.6
Last edited by ppp on Tue May 07, 2013 8:43 pm, edited 1 time in total.
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
check Universal UnProtector for Step7 and WinCC
viewtopic.php?f=1&t=17844&p=57434#p57434
viewtopic.php?f=1&t=17844&p=57434#p57434
PPP wrote:add password WinCC VB-script
Re: [LINK]: unPassword CPU under star in STEP7-projects
Hello ppp,
do you have solution for s7-1200? On all others workes fine but on 1200 not at all...
THX
do you have solution for s7-1200? On all others workes fine but on 1200 not at all...
THX
Re: [LINK]: unPassword CPU under star in STEP7-projects
Updata to v1.5
add password LOGO!
fix bugs
see v1.6
add password LOGO!
fix bugs
see v1.6
Last edited by ppp on Tue Apr 08, 2014 5:12 am, edited 2 times in total.
Re: [LINK]: unPassword CPU under star in STEP7-projects
New version 1.5.1
Fix bugs.
see v1.6
Fix bugs.
see v1.6
Last edited by ppp on Tue Apr 08, 2014 5:11 am, edited 1 time in total.
-
- Posts: 1
- Joined: Wed Aug 29, 2012 12:21 pm
Re: [LINK]: unPassword CPU under star in STEP7-projects
Hello PPP,
GREAT JOB!!
Are you looking some solution for s7-1200?
THX
GREAT JOB!!
Are you looking some solution for s7-1200?
THX
-
- Posts: 1034
- Joined: Tue Nov 20, 2007 7:08 pm
- Location: Belarus
Re: [LINK]: unPassword CPU under star in STEP7-projects
Thank you verry much! Tool is good!
Re: [LINK]: unPassword CPU under star in STEP7-projects
New version 1.6
+ fix bugs
+ add panel Pro-face
+ fix bugs
+ add panel Pro-face
Last edited by ppp on Thu Feb 19, 2015 10:03 am, edited 1 time in total.
Re: [LINK]: unPassword CPU under star in STEP7-projects
Не планируется ли для серии s7-1200 подобное сделать? мне бы сейчас очень помогло
Re: [LINK]: unPassword CPU under star in STEP7-projects
Thanks again for the update.
Now we are waiting for the 7.3 unPassword
thanks again
Now we are waiting for the 7.3 unPassword
thanks again
-
- Posts: 10
- Joined: Wed Sep 15, 2010 8:34 am
Re: [LINK]: unPassword CPU under star in STEP7-projects
Waiting for S7 - 1200 CPUs
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
Оживите ссылки пожалуйста
-
- Posts: 104
- Joined: Thu Jan 01, 2015 9:02 am
Re: [LINK]: unPassword CPU under star in STEP7-projects
WinCCnoprotect
viewtopic.php?f=37&t=4748
viewtopic.php?f=37&t=4748
Как программой Passwords Simatic определяются пароли на скрипты WinCC?
Есть проект WinCC, интегрированный в Step7, указываю путь к проекту Step7, пароли на скрипты WinCC не появляются в окне Passwords Simatic?
Что делаю не так?
P.S. Хотел скачать еще WinCCnoprotect.exe, но все ссылки не рабочие....
-
- Posts: 104
- Joined: Thu Jan 01, 2015 9:02 am
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
all the links are not working...
give a working link
give a working link
Re: [LINK]: unPassword STEP7/WinCC -projects
New version 1.7
>= MS Framework 4.0 (For Windows 7,8,10)
add pass project PLC Delta
add pass project Elau EPAS-4
fix bugs
http://www37.zippyshare.com/v/v3s8LhyS/file.html
http://rghost.ru/6pRFByyML
https://1fichier.com/?f2cvw9nse5
http://ge.tt/6J6nKlA2/v/0?c
new upload
no detect "virus"
>= MS Framework 4.0 (For Windows 7,8,10)
add pass project PLC Delta
add pass project Elau EPAS-4
fix bugs
http://www37.zippyshare.com/v/v3s8LhyS/file.html
http://rghost.ru/6pRFByyML
https://1fichier.com/?f2cvw9nse5
http://ge.tt/6J6nKlA2/v/0?c
new upload
no detect "virus"
Last edited by ppp on Thu Feb 19, 2015 9:53 am, edited 2 times in total.
-
- Posts: 104
- Joined: Thu Jan 01, 2015 9:02 am
Re: [LINK]: unPassword STEP7/WinCC -projects
use VirtualBox - no problem
Re: [LINK]: unPassword STEP7/WinCC -projects
new upload
no detect "virus"
no detect "virus"
Re: [LINK]: unPassword STEP7/WinCC -projects
1/57ppp wrote:new upload
no detect "virus"
Qihoo-360 HEUR/QVM03.0.Malware.Gen 20150219
Re: [LINK]: unPassword STEP7/WinCC -projects
New version 1.8a
add pass project TwidoSuite from Schneider Electric
http://www79.zippyshare.com/v/cXfJJJQ6/file.html
http://rghost.ru/6QkKjhh8G
https://1fichier.com/?7p48qa78vw
http://ge.tt/2F0sVtG2/v/0
add pass project TwidoSuite from Schneider Electric
http://www79.zippyshare.com/v/cXfJJJQ6/file.html
http://rghost.ru/6QkKjhh8G
https://1fichier.com/?7p48qa78vw
http://ge.tt/2F0sVtG2/v/0
Last edited by ppp on Fri May 22, 2015 1:07 pm, edited 1 time in total.
Re: [LINK]: unPassword STEP7/WinCC -projects
Is it also possible to see Password for safety program (S7 F-Systems, based on CFC - not Distributed Safety)???
-
- Posts: 20
- Joined: Mon Nov 06, 2006 8:49 pm
- Location: Europe
Re: [LINK]: unPassword STEP7/WinCC -projects
Is there what to follow with Elau EPAS-4 projects?
No password is indicated(signalised).
A vintage and a writing password presumably exists here.
No password is indicated(signalised).
A vintage and a writing password presumably exists here.
Re: [LINK]: unPassword STEP7/WinCC -projects
Thank you very much! v1.7 is working very well, but on v1.8 - virus 11 / 56:
https://www.virustotal.com/ru/file/d7e9 ... /analysis/
https://www.virustotal.com/ru/file/d7e9 ... /analysis/
-
- Posts: 3
- Joined: Wed Jun 20, 2012 7:23 am
Re: [LINK]: unPassword STEP7/WinCC -projects
TIA Portal V13 SP1 not work
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
pss cannot make it in all time. Any updates ?
Great thanks~
Great thanks~
Re: [LINK]: unPassword STEP7/WinCC -projects
Thank you very much! 1.8A working very well. CPU & safety hacked.
Can you add passwords for AS-i monitor 3?
Can you add passwords for AS-i monitor 3?
-
- Posts: 2
- Joined: Sun Oct 20, 2013 9:18 am
Re: [LINK]: unPassword STEP7/WinCC -projects
level of the programer GOD
Re: [LINK]: unPassword STEP7/WinCC -projects
updata to v1.82
fix bugs
http://www42.zippyshare.com/v/jzMYnxZP/file.html
http://rghost.ru/8t5LhY27Q
https://1fichier.com/?2919yzluvn
http://ge.tt/3WkmdKO2/v/0
http://multiupload.biz/czhe2vb6i5ea/pss ... z.exe.html
ADMIN add
=========== if you're afraid of threats - Use in Virtual Machine ==================
=========== если боитесь угрозы - используйте на Виртуальной Машине ==================
https://www.virustotal.com/ru/file/7006 ... 442933620/
2015-09-22 14:53:40 UTC 4/56 (DrWeb Trojan.DownLoader11.18272 )
2015-12-21 17:58:28 UTC 2/55 (DrWeb Trojan.DownLoader11.18272 )
fix bugs
http://www42.zippyshare.com/v/jzMYnxZP/file.html
http://rghost.ru/8t5LhY27Q
https://1fichier.com/?2919yzluvn
http://ge.tt/3WkmdKO2/v/0
http://multiupload.biz/czhe2vb6i5ea/pss ... z.exe.html
ADMIN add
=========== if you're afraid of threats - Use in Virtual Machine ==================
=========== если боитесь угрозы - используйте на Виртуальной Машине ==================
https://www.virustotal.com/ru/file/7006 ... 442933620/
2015-09-22 14:53:40 UTC 4/56 (DrWeb Trojan.DownLoader11.18272 )
2015-12-21 17:58:28 UTC 2/55 (DrWeb Trojan.DownLoader11.18272 )
Re: [LINK]: unPassword STEP7/WinCC -projects
Great thanks.
1.82 works like a charm.
Will ppp try to reveal the wincc 7.2/7.3SE picture password? It is needed in future.
1.82 works like a charm.
Will ppp try to reveal the wincc 7.2/7.3SE picture password? It is needed in future.