Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Freakboy/Behinder
/ functions
Functions
475 in github.com/Freakboy/Behinder
⨍
Functions
475
◇
Types & classes
57
Method
checkIP
(String ipAddress)
src/main/java/vip/youwe/sheller/utils/Utils.java:41
Method
checkPort
(String portTxt)
src/main/java/vip/youwe/sheller/utils/Utils.java:48
Method
checkServerTrusted
(X509Certificate[] certs, String authType)
src/main/java/vip/youwe/sheller/utils/Utils.java:781
Method
closeConnection
()
src/main/java/vip/youwe/sheller/dao/ShellManager.java:33
Method
createBShell
(String target, String localPort)
src/main/java/vip/youwe/sheller/core/ShellService.java:179
Method
createDirectory
(String dirName)
src/main/java/vip/youwe/sheller/core/ShellService.java:464
Method
createFile
(String fileName)
src/main/java/vip/youwe/sheller/core/ShellService.java:447
Method
createRemotePortMap
(String targetIP, String targetPort, String remoteIP, String remotePort)
src/main/java/vip/youwe/sheller/core/ShellService.java:596
Method
createRemoteSocks
(String targetIP, String targetPort, String remoteIP, String remotePort)
src/main/java/vip/youwe/sheller/core/ShellService.java:626
Method
createSocket
(Socket s, String host, int port, boolean autoClose)
src/main/java/vip/youwe/sheller/utils/Utils.java:732
Method
delHost
(int hostID)
src/main/java/vip/youwe/sheller/dao/ShellManager.java:341
Method
delPlugin
(int pluginID)
src/main/java/vip/youwe/sheller/dao/ShellManager.java:335
Method
delService
(int serviceID)
src/main/java/vip/youwe/sheller/dao/ShellManager.java:347
Method
doConnect
()
src/main/java/vip/youwe/sheller/core/ShellService.java:99
Method
downloadFile
(String remotePath, String localPath)
src/main/java/vip/youwe/sheller/core/ShellService.java:480
Method
equals
(Object obj)
src/main/java/vip/youwe/sheller/payload/java/Loader.java:26
Method
equals
(Object obj)
src/main/java/vip/youwe/sheller/payload/java/Scan.java:35
Method
equals
(Object obj)
src/main/java/vip/youwe/sheller/payload/java/Plugin.java:24
Method
equals
(Object obj)
src/main/java/vip/youwe/sheller/payload/java/BasicInfo.java:15
Method
equals
(Object obj)
src/main/java/vip/youwe/sheller/payload/java/SocksProxy.java:26
Method
equals
(Object obj)
src/main/java/vip/youwe/sheller/payload/java/Echo.java:24
Method
equals
(Object obj)
src/main/java/vip/youwe/sheller/payload/java/FileOperation.java:31
Method
execute
(ServletRequest request, ServletResponse response, HttpSession session)
src/main/java/vip/youwe/sheller/payload/java/NewScan.java:29
Method
execute
(ServletRequest request, ServletResponse response, HttpSession session)
src/main/java/vip/youwe/sheller/payload/java/Ping.java:27
Method
findHostByIP
(int shellID, String ip)
src/main/java/vip/youwe/sheller/dao/ShellManager.java:118
Method
generateAES_CFB_NoPaddingDecryptCipher
(byte[] key, byte[] IV)
src/main/java/vip/youwe/sheller/utils/CipherUtils.java:151
Method
generateAES_CFB_NoPaddingEncryptCipher
(byte[] key, byte[] IV)
src/main/java/vip/youwe/sheller/utils/CipherUtils.java:134
Method
generatePrivateKey
(BigInteger modulus, BigInteger publicExponent)
src/main/java/vip/youwe/sheller/utils/CipherUtils.java:78
Method
generatePublicKey
(BigInteger modulus, BigInteger publicExponent)
src/main/java/vip/youwe/sheller/utils/CipherUtils.java:65
Method
getAcceptedIssuers
()
src/main/java/vip/youwe/sheller/utils/Utils.java:774
Method
getAccessLevel
()
src/main/java/vip/youwe/sheller/utils/jc/CustomJavaFileObject.java:85
Method
getAccessTime
()
src/main/java/vip/youwe/sheller/entity/ShellEntity_bak.java:131
Method
getAddTime
()
src/main/java/vip/youwe/sheller/entity/ShellEntity_bak.java:111
Method
getCatagory
()
src/main/java/vip/youwe/sheller/entity/ShellEntity_bak.java:31
Method
getCharContent
(boolean ignoreEncodingErrors)
src/main/java/vip/youwe/sheller/utils/Utils.java:694
Method
getCharContent
(boolean ignoreEncodingErrors)
src/main/java/vip/youwe/sheller/utils/jc/MyJavaFileObject.java:26
Method
getCharContent
(boolean ignoreEncodingErrors)
src/main/java/vip/youwe/sheller/utils/jc/CustomJavaFileObject.java:47
Method
getComment
()
src/main/java/vip/youwe/sheller/entity/ShellEntity_bak.java:91
Method
getComment
()
src/main/java/vip/youwe/sheller/entity/PluginEntity_bak.java:73
Method
getCompiledBytes
()
src/main/java/vip/youwe/sheller/utils/Utils.java:706
Method
getCreateTime
()
src/main/java/vip/youwe/sheller/entity/FileEntity_bak.java:55
Method
getDefaultCipherSuites
()
src/main/java/vip/youwe/sheller/utils/Utils.java:737
Method
getEntryFile
()
src/main/java/vip/youwe/sheller/entity/PluginEntity_bak.java:53
Method
getFileForInput
(JavaFileManager.Location location, String packageName, String relativeName)
src/main/java/vip/youwe/sheller/utils/jc/CustomClassloaderJavaFileManager.java:69
Method
getFileForOutput
(JavaFileManager.Location location, String packageName, String relativeName, FileObject sibling)
src/main/java/vip/youwe/sheller/utils/jc/CustomClassloaderJavaFileManager.java:74
Method
getHeaders
()
src/main/java/vip/youwe/sheller/entity/ShellEntity_bak.java:71
Method
getIcon
()
src/main/java/vip/youwe/sheller/entity/PluginEntity_bak.java:38
Method
getIp
()
src/main/java/vip/youwe/sheller/entity/ShellEntity_bak.java:141
Method
getJavaFileForInput
(JavaFileManager.Location location, String className, JavaFileObject.Kind kind)
src/main/java/vip/youwe/sheller/utils/Utils.java:815
Method
getJavaFileForInput
(JavaFileManager.Location location, String className, JavaFileObject.Kind kind)
src/main/java/vip/youwe/sheller/utils/jc/CustomClassloaderJavaFileManager.java:53
Method
getJavaFileForOutput
(JavaFileManager.Location location, String qualifiedClassName, JavaFileObject.Kind kind, FileObject sibling)
src/main/java/vip/youwe/sheller/utils/Utils.java:824
Method
getJavaFileForOutput
(JavaFileManager.Location location, String className, JavaFileObject.Kind kind, FileObject sibling)
src/main/java/vip/youwe/sheller/utils/jc/CustomClassloaderJavaFileManager.java:62
Method
getLastAccessTime
()
src/main/java/vip/youwe/sheller/entity/FileEntity_bak.java:75
Method
getLastModified
()
src/main/java/vip/youwe/sheller/utils/jc/CustomJavaFileObject.java:57
Method
getLastModifyTime
()
src/main/java/vip/youwe/sheller/entity/FileEntity_bak.java:65
Method
getMemo
()
src/main/java/vip/youwe/sheller/entity/ShellEntity_bak.java:101
Method
getName
()
src/main/java/vip/youwe/sheller/entity/PluginEntity_bak.java:13
Method
getNestingKind
()
src/main/java/vip/youwe/sheller/utils/jc/CustomJavaFileObject.java:80
Method
getOs
()
src/main/java/vip/youwe/sheller/entity/ShellEntity_bak.java:81
Method
getParamedAssemblyClassic
(String clsName, Map<String, String> params)
src/main/java/vip/youwe/sheller/core/Params.java:82
Method
getPassword
()
src/main/java/vip/youwe/sheller/entity/ShellEntity_bak.java:51
Method
getPasswordAuthentication
()
src/main/java/vip/youwe/sheller/ui/controller/MainController.java:217
Method
getPermission
()
src/main/java/vip/youwe/sheller/entity/FileEntity_bak.java:45
Method
getProxy
(Map<String, Object> proxy)
src/main/java/vip/youwe/sheller/core/ShellService.java:49
Method
getScriptType
()
src/main/java/vip/youwe/sheller/entity/PluginEntity_bak.java:23
Method
getSize
()
src/main/java/vip/youwe/sheller/entity/FileEntity_bak.java:35
Method
getSupportedCipherSuites
()
src/main/java/vip/youwe/sheller/utils/Utils.java:742
Method
getTaskResult
(String pluginName)
src/main/java/vip/youwe/sheller/core/PluginTools.java:106
Method
getTaskResultBackground
(String pluginName, PluginResultCallBack callBack)
src/main/java/vip/youwe/sheller/core/PluginTools.java:147
Method
getType
()
src/main/java/vip/youwe/sheller/entity/ShellEntity_bak.java:61
Method
getType
()
src/main/java/vip/youwe/sheller/entity/PluginEntity_bak.java:33
Method
getType
()
src/main/java/vip/youwe/sheller/entity/FileEntity_bak.java:25
Method
getUpdateTime
()
src/main/java/vip/youwe/sheller/entity/ShellEntity_bak.java:121
Method
getUrl
()
src/main/java/vip/youwe/sheller/entity/ShellEntity_bak.java:41
Method
handle
(TableColumn.CellEditEvent cellEditEvent)
src/main/java/vip/youwe/sheller/ui/controller/FileManagerViewController.java:139
Method
handleOption
(String current, Iterator<String> remaining)
src/main/java/vip/youwe/sheller/utils/jc/CustomClassloaderJavaFileManager.java:43
Method
hasLocation
(JavaFileManager.Location location)
src/main/java/vip/youwe/sheller/utils/jc/CustomClassloaderJavaFileManager.java:48
Method
hexStrToBytes
(String hexStr)
src/main/java/vip/youwe/sheller/utils/CipherUtils.java:201
Method
hmacSha256
(byte[] data, byte[] key)
src/main/java/vip/youwe/sheller/utils/CipherUtils.java:169
Method
inferBinaryName
(JavaFileManager.Location location, JavaFileObject file)
src/main/java/vip/youwe/sheller/utils/jc/CustomClassloaderJavaFileManager.java:30
Method
init
(ShellService shellService, List<Thread> workList, Label statusLabel)
src/main/java/vip/youwe/sheller/ui/controller/ReverseViewController.java:38
Method
init
(ShellService shellService, List<Thread> workList, Label statusLabel, Map<String, String> basicInfoMap)
src/main/java/vip/youwe/sheller/ui/controller/FileManagerViewController.java:57
Method
init
(ShellService shellService, List<Thread> workList, Label statusLabel, Map<String, String> basicInfoMap)
src/main/java/vip/youwe/sheller/ui/controller/RealCmdViewController.java:36
Method
init
(ShellService shellService, List<Thread> workList, Label statusLabel)
src/main/java/vip/youwe/sheller/ui/controller/DatabaseViewController.java:43
Method
init
(ShellService shellService, List<Thread> workList, Label statusLabel, ShellManager shellManager)
src/main/java/vip/youwe/sheller/ui/controller/PluginViewController.java:57
Method
initTabs
()
src/main/java/vip/youwe/sheller/ui/controller/MainWindowController.java:236
Method
initialize
()
src/main/java/vip/youwe/sheller/ui/controller/MainWindowController.java:69
Method
initialize
()
src/main/java/vip/youwe/sheller/ui/controller/MainController.java:82
Method
intToByte
(int i)
src/main/java/vip/youwe/sheller/utils/CipherUtils.java:232
Method
isGetShell
()
src/main/java/vip/youwe/sheller/entity/PluginEntity_bak.java:63
Method
isNameCompatible
(String simpleName, JavaFileObject.Kind kind)
src/main/java/vip/youwe/sheller/utils/jc/CustomJavaFileObject.java:72
Method
isSameFile
(FileObject a, FileObject b)
src/main/java/vip/youwe/sheller/utils/jc/CustomClassloaderJavaFileManager.java:38
Method
isSupportedOption
(String option)
src/main/java/vip/youwe/sheller/utils/jc/CustomClassloaderJavaFileManager.java:105
Method
json2Obj
(JSONObject json, Class target)
src/main/java/vip/youwe/sheller/utils/Utils.java:645
Method
keepAlive
()
src/main/java/vip/youwe/sheller/core/ShellService.java:942
Method
list
(JavaFileManager.Location location, String packageName, Set<JavaFileObject.Kind> kinds, boolean recurse)
src/main/java/vip/youwe/sheller/utils/jc/CustomClassloaderJavaFileManager.java:89
Method
listHost
(int shellID)
src/main/java/vip/youwe/sheller/dao/ShellManager.java:390
Method
listService
(int hostID)
src/main/java/vip/youwe/sheller/dao/ShellManager.java:408
Method
main
(String[] args)
src/main/java/vip/youwe/sheller/utils/Utils.java:669
Method
main
(String[] args)
src/main/java/vip/youwe/sheller/utils/ZipUtil.java:15
← previous
next →
301–400 of 475, ranked by callers