Skip to content

1337 is a cross-platform password leeting tool that can be used to swap and manipulate passwords as a "slang password" like "$1@/~\9" which means "slang". it can be used to leet passwords for bruteforce attacks, currently supported languages πŸ’ŽπŸβ˜•(βŒ¨οΈπŸ—’οΈ)(β˜•πŸ—’οΈ)

License

isecvirus/1337

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

34 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘¨πŸ½β€πŸ’» 1337 (v1.1.0)

1337 is a password leeting tool that can be used to swap and manipulate passwords as a "slang password" like "$1@/~\9" which means "slang". it can be used to leet passwords for bruteforce attacks

πŸ“Š Progress tracking

βš™οΈ Language Version Completion Contributers Latest Update
βœ… Ruby 3.2.2 1.0.0 100% virus
βœ… Python 3.10.11 1.1.0 100% virus 2023-08-09
βœ… Java 20 1.0.0 100% virus
βœ… Typescript 10.9.1 1.0.0 100% virus
βœ… Javascript 18.16.0 1.0.0 100% virus
βœ… Kotlin 1.8.22 1.0.0 100% virus
βž– Julia 1.9.1 65% virus
❌ Go 1.20.5 10%
❌ C 12.2.0 8%
βž– Php 8.2.10 85% virus
❌ Swift 0.0.0 0%
❌ Dart 0.0.0 0%

πŸ’­ Upcoming features

  • update method to update the password.
password = "password"
leet = L337.new(password)

puts leet.get # password

leet.update("new_password")

puts leet.get # new_password
  • reset method to reset the password to it's original.
leet.reset

puts leet.get # password
  • custom method to pass a custom leet chars
"""
w=write
a=append
r=remove
e=erase
"""

# write
leet.custom({
    :o => ['0'],
    :i => ['1', '!'],
    :l => ['1', '!'],
    :r => ['2'],
    :e => ['3'],
    :s => ['5', '$'],
    :b => ['6', '8'],
    :t => ['7'],
    :g => ['9'],
    :a => ['@', '4']
  }, "w")

# append
leet.custom({:o => ['0']}, "a")

# remove
leet.custom(:b => ['6', '8'], "r")

# erase
leet.custom("e")

# Apply the custom chars on the password:
leet.custom()
  • char method to get the current used chars.
class CHAR
  BASIC = "basic"
  MODERATE = "moderate"
  ADVANCE = "advance"
  CURRENCY = "currency"
  EMOJI = "emoji"
  CUSTOM = "custom"
end

leet.char(CHAR.EMOJI)

πŸ‘·πŸ½β€β™‚οΈ Open for contribution

πŸ› οΈ Bug fixes

πŸͺ°

About

1337 is a cross-platform password leeting tool that can be used to swap and manipulate passwords as a "slang password" like "$1@/~\9" which means "slang". it can be used to leet passwords for bruteforce attacks, currently supported languages πŸ’ŽπŸβ˜•(βŒ¨οΈπŸ—’οΈ)(β˜•πŸ—’οΈ)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published