Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Crypto = include_lib("/lib/crypto.so")
- if not Crypto then
- Crypto = include_lib(hostShell.host_computer.current_path + "/crypto.so")
- end if
- hostShell = get_shell()
- remoteShell = hostShell.connect_service (TBD_server, 22, TBD_su_login, TBD_su_pass)
- menu1 = null
- while menu1 != "exit"
- i1 = 0
- r1 = 0
- r2 = 0
- parent = remoteShell.host_computer.File(TBD + "/bsiXresults")
- files = parent.get_files
- for file in files
- r2 = r2 + 1
- end for
- parent = hostShell.host_computer.File(home_dir + "/AnubisXfiles/bsiXresults")
- files = parent.get_files
- for file in files
- i1 = i1 + 1
- end for
- parent = hostShell.host_computer.File(home_dir + "/AnubisXfiles/bsiXresults/Decip")
- files = parent.get_files
- for file in files
- r1 = r1 + 1
- end for
- print( "<b>Anubis</b>(0.1a) by <b>IICUX</b>\nLOCAL:" )
- print( "[EXIT] close program" )
- print( "[11] Dont deciphering files ( " + i1 + " ) " )
- print( "[12] Deciphering files ( " + r1 + " ) " )
- print( "[13] Go Decipher files " )
- print( "[14] Build all banks file " )
- print( "SERVER:" )
- print( "[21] Dont deciphering files ( " + r2 + " ) " )
- print( "[22] Move SERVER files to LOCAL " )
- print( "HACK:" )
- print( "[31] BSI, port 22" )
- print( "[32] BSI, port 80" )
- print( "[33] BSI, AGRESSIVE" )
- menu1 = user_input("Please select number:")
- if menu1 == 11 then
- parent = hostShell.host_computer.File(home_dir + "/AnubisXfiles/bsiXresults")
- files = parent.get_files
- i11 = 0
- for file in files
- i11 = i11 + 1
- print ( "[" + i11 + "] " + file.name )
- end for
- //check = 0
- //for check == 0
- print ("use <b>c(heck)/d(elete) [FileID]</b>")
- menu11 = user_input("Please select:").split(" ")
- if (menu11[0] == "c" or menu11[0] == "check") then
- print ("LOCAL(Dont deciphering files):")
- parent = hostShell.host_computer.File(home_dir + "/AnubisXfiles/bsiXresults")
- files = parent.get_files
- i = 0
- for file in files
- i = i + 1
- if i == menu11[1].to_int then
- print ( file.name + "\n" + file.content )
- end if
- end for
- else if (menu11[0] == "d" or menu11[0] == "delete") then
- // check = 1000
- print ("LOCAL(Dont deciphering files):")
- parent = hostShell.host_computer.File(home_dir + "/AnubisXfiles/bsiXresults")
- files = parent.get_files
- i = 0
- for file in files
- i = i + 1
- if i == menu11[1].to_int then
- print ( file.name + "(DELETED)\n" + file.content )
- file.delete
- end if
- end for
- end if
- //end for
- end if
- if menu1 == 12 then
- parent = hostShell.host_computer.File(home_dir + "/AnubisXfiles/bsiXresults/Decip")
- files = parent.get_files
- i11 = 0
- for file in files
- i11 = i11 + 1
- print ( "[" + i11 + "] " + file.name )
- end for
- //check = 0
- //for check == 0
- print ("use <b>c(heck)/d(elete) [FileID]</b>")
- menu11 = user_input("Please select:").split(" ")
- if (menu11[0] == "c" or menu11[0] == "check") then
- print ("LOCAL(Dont deciphering files):")
- parent = hostShell.host_computer.File(home_dir + "/AnubisXfiles/bsiXresults/Decip")
- files = parent.get_files
- i = 0
- for file in files
- i = i + 1
- if i == menu11[1].to_int then
- print ( file.name + "\n" + file.content )
- end if
- end for
- else if (menu11[0] == "d" or menu11[0] == "delete") then
- // check = 1000
- print ("LOCAL(Dont deciphering files):")
- parent = hostShell.host_computer.File(home_dir + "/AnubisXfiles/bsiXresults/Decip")
- files = parent.get_files
- i = 0
- for file in files
- i = i + 1
- if i == menu11[1].to_int then
- print ( file.name + "(DELETED)\n" + file.content )
- file.delete
- end if
- end for
- end if
- //end for
- end if
- if menu1 == 21 then
- parent = remoteShell.host_computer.File(TBD + "/bsiXresults")
- files = parent.get_files
- i11 = 0
- for file in files
- i11 = i11 + 1
- print ( "[" + i11 + "] " + file.name )
- end for
- //check = 0
- //for check == 0
- print ("use <b>c(heck)/d(elete) [FileID]</b>")
- menu11 = user_input("Please select:").split(" ")
- if (menu11[0] == "c" or menu11[0] == "check") then
- print ("LOCAL(Dont deciphering files):")
- parent = remoteShell.host_computer.File(TBD + "/bsiXresults")
- files = parent.get_files
- i = 0
- for file in files
- i = i + 1
- if i == menu11[1].to_int then
- print ( file.name + "\n" + file.content )
- end if
- end for
- else if (menu11[0] == "d" or menu11[0] == "delete") then
- // check = 1000
- print ("LOCAL(Dont deciphering files):")
- parent = remoteShell.host_computer.File(TBD + "/bsiXresults")
- files = parent.get_files
- i = 0
- for file in files
- i = i + 1
- if i == menu11[1].to_int then
- print ( file.name + "(DELETED)\n" + file.content )
- file.delete
- end if
- end for
- end if
- //end for
- end if
- if menu1 == 13 then
- parent = hostShell.host_computer.File(home_dir + "/AnubisXfiles/bsiXresults")
- files = parent.get_files
- for file in files
- Decips = file.content.split("\n")
- for Decip in Decips
- if Decip == "USERS:" then
- Vivod = Decip
- else if Decip == "BANKS:" then
- Vivod = Vivod + "\n" + Decip
- else
- Decip2 = Decip.split(":")
- if Decip2.len == 2 then
- Vivod = Vivod + "\n" + Decip2[0] + ":" + Crypto.decipher(Decip2[0], Decip2[1])
- else
- Vivod = Vivod + "\n" + Decip
- end if
- end if
- end for
- print (home_dir + "/AnubisXfiles/bsiXresults/Decip/" + file.name )
- file.move(home_dir + "/AnubisXfiles/bsiXresults/Decip", file.name)
- hostShell.host_computer.File(home_dir + "/AnubisXfiles/bsiXresults/Decip/" + file.name).set_content( Vivod )
- end for
- end if
- if menu1 == 22 then
- parent = remoteShell.host_computer.File(TBD + "/bsiXresults")
- files = parent.get_files
- for file in files
- remoteShell.scp_upload(TBD + "/bsiXresults/" + file.name, home_dir + "/AnubisXfiles/bsiXresults", hostShell)
- file.delete
- end for
- end if
- if menu1 == 14 then
- parent = hostShell.host_computer.File(home_dir + "/AnubisXfiles/bsiXresults/Decip")
- files = parent.get_files
- Vivod = ""
- for file in files
- filecon = file.content.split("\n")
- if file.name == "banks" then
- Vivod = filecon + "\n" + Vivod
- else
- aer = 0
- for fc in filecon
- if aer == 1 then
- Vivod = Vivod + "\n" + fc
- else if fc == "BANKS:" then
- aer = 1
- end if
- end for
- end if
- end for
- print ("BANK DATABASE:\n" + Vivod )
- end if
- if menu1 == 31 then
- menu31 = user_input("Please enter IP to atack:")
- hostShell.launch(home_dir + "/AnubisXfiles/bsi", menu31 + " 22 " + TBD_server + " " + TBD_Anubis_pass)
- end if
- if menu1 == 32 then
- menu31 = user_input("Please enter IP to atack:")
- hostShell.launch(home_dir + "/AnubisXfiles/bsi", menu31 + " 80 " + TBD_server + " " + TBD_Anubis_pass)
- end if
- if menu1 == 33 then
- menu31 = user_input("Please enter IP to atack:")
- hostShell.launch(home_dir + "/AnubisXfiles/bsi", menu31 + " a " + TBD_server + " " + TBD_Anubis_pass)
- end if
- end while
Advertisement
Add Comment
Please, Sign In to add comment