summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-21Create codeql-analysis.ymlHEADmasterAleksej
2019-11-07Fixed help message output in case tmap was started with wrong arguments.stevan
2019-11-06Refactoring of code.stevan
2019-09-17Added exception handling if pysocks is not installed.Stevan
2019-08-13change VERSIONv1.3.1alexej996
2019-08-13remove doubles in default port listalexej996
2019-08-13dont print carrige returnalexej996
2019-08-10add HTTP requests for banneralexej996
2019-06-13improve documentation and commentsAleksej Jocic
2019-06-12Set JOBS=1 for onion hostsAleksej Jocic
2019-06-09REFACTORING: Added parseArgs function. Fixed a typo in readme.Stevan
2019-06-05better default valuesAleksej Jocic
2019-06-02change VERSIONv1.3.0Aleksej Jocic
2019-06-01fix getPortInfo, add PortInfo to outputhklbgd
2019-06-01add getPortInfo functionhklbgd
2019-03-01replace tabs with 4 spacesAleksej Jocic
2019-02-23Fixed typo in CONTRIBUTORS.md filename.Stevan
2019-02-23Changed comments to pydoc strings.Stevan
2019-02-23Added contributors file.Stevan
2019-02-15shebang change,version updatev1.2.1Aleksej Jocic
2019-01-12Merge branch 'master' of https://github.com/alexej996/tmapv1.2.0Aleksej Jocic
2019-01-12banner for private ip,code reorderAleksej Jocic
2019-01-12Fixed merge conflict.Stevan
2019-01-12Removed unnecessary exit() call at the end of mainStevan
2019-01-12making tmap output more nmapishAleksej Jocic
2019-01-12small fixesAleksej Jocic
2019-01-11merge outputs for file and stdoutAleksej Jocic
2019-01-11add banner optionAleksej Jocic
2019-01-05shorter commentsv1.1.0Aleksej Jocic
2019-01-05add more threadsAleksej Jocic
2018-12-26Changed shebang to use python3 as defaultStevan
2018-11-17Added host info for current host scanning. Changed portScan function not to w...stevan
2018-11-08README: python3 support only, multiple hosts examplev1.0.0alexej996
2018-11-08Added requirments file.stevan
2018-11-08adding newlines to the end of f.writealexej996
2018-11-07Added output to file option.Stevan
2018-11-06README line breaks and capital T in Toralexej996
2018-11-06help change, default timeout set to 3, README reworkalexej996
2018-11-06more detailed error description and check that ports arent bigger then 65535alexej996
2018-11-05Making code more readable and adding print when scan startsalexej996
2018-11-05new function for going through hosts and output changesalexej996
2018-11-03allow for range and specific ports in the same linealexej996
2018-11-03host value checkingalexej996
2018-10-28increase default timeout valuealexej996
2018-10-28move printing of open ports from connScan to portScanalexej996
2018-10-28check if Tor is runningalexej996
2018-10-28fix ident issuealexej996
2018-10-28add support for scanning IP rangesalexej996
2018-10-04add version argumentalexej996
2018-10-03port option error handlingalexej996