Forum Discussion
AceDawg1
Oct 21, 2019Nimbostratus
iRule to TCL Conversion Script: https://support.f5.com/csp/article/K15650046
Good day all, Per https://support.f5.com/csp/article/K15650046, looking to analyze a library of iRules for TCL injection vulnerabilities. Will be leveraging tclscan (https://github.com/kugg/tcl...
PeteWhite
Nov 04, 2019Employee
take the code between the when brackets and add a tcl shebang I guess
eg
when HTTP_REQUEST {
# some tcl code here
}
changes to:
#!/usr/bin/tclsh
#some tcl code here
Though i guess it is mainly looking for expr. I used VS code and the irule plugin. I have also used regex to statically check.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects