Skip to content

Releases: Deranged0tter/hellsgopher

v0.2.2

29 Jan 23:02
Compare
Choose a tag to compare

Added the following functions:

  • Uptime
  • GetPipes
  • CheckHooks
  • GetEnvironmentVariables
  • IsUrlUp
  • ScanPortsCommon
  • ScanPortsAll

v0.2.1

29 Jan 18:17
Compare
Choose a tag to compare
  • Fixed ZipFile() bug
  • Added the following functions:
    • IsHostUp
    • EncryptBytes
    • EncryptString
    • DecryptBytes
    • DecryptString
    • GenerateSecureBytes
    • GenerateKey
    • GenerateIV

v0.2.0

26 Jan 05:02
Compare
Choose a tag to compare

Start of refactor

Supported Functions:

  • CmdReturn
  • CmdStdOUT
  • CmdNoOut
  • PsReturn
  • PsStdOut
  • PsNoOut
  • PsReturnT
  • PsStdOutT
  • PsNoOutT
  • CopyFile
  • MoveFile
  • DeleteFile
  • DeleteDir
  • Chmod
  • ZipFiles
  • DoesFileExist
  • GetPwd
  • ListFiles
  • ListFilesInPwd
  • DownFile
  • ReadFileToSlice
  • ReadFileToString
  • WipeFile
  • PrependToFile
  • AppendToFile
  • NewFile
  • NewFileWithContent
  • RandomInt
  • RandomStr
  • RandomStrI
  • RandomStrFromCharset
  • Base64EncodeStr
  • Base64DecodeStr
  • Base32EncodeStr
  • Base32DecodeStr
  • Md5String
  • Md5File
  • Sha1String
  • Sha1File
  • Sha256String
  • Sha256File
  • Sha512String
  • Sha512File
  • RotX
  • GetCurrentUser
  • GetCurrentUsername
  • GetCurrentUid
  • GetCurrentGid
  • GetCurrentGids
  • GetUidFromName
  • GetNameFromUid
  • GetUserFromName
  • GetUserFromUid
  • GetAllUsers
  • GetAllUsernames
  • GetHostname
  • GetOS
  • GetOSBuild
  • GetOSVersion
  • GetPidFromName
  • GetNameFromPid
  • ListAllProcesses
  • GetCurrentPid
  • GetCurrentPpid
  • GetCurrentProcPath
  • GetCurrentProcName
  • GetCurrentProcArch
  • GetCurrentToken
  • GetTokenFromPid
  • GetTokenFromName
  • Warn
  • Error
  • Okay
  • Info

Plans:

  • many, many more functions
  • may split into sub-packages to decrease import sizes