tomashqooo@Tomashqooo:~$ python Python/tcrack.py 
  File "Python/tcrack.py", line 86
    ostring2 = ostring2' -c 'station' mon0'
                            ^
SyntaxError: invalid syntax

That`s my error message when ostring2 and station are string variabiles and ' -c ' and ' mon0' is text. Please help me what`s the problem here???

Recommended Answers

All 2 Replies

You are missing + between strings.

thanx it worked

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.