Screenshots
Example Usage
List<BoxItem> products = new ArrayList<>();
products.add(new BoxItem(Box.newBuilder().withId("Shoes").withSize(6, 10, 2).withRotate3D().withWeight(25).build(), 1));
products.add(new BoxItem(Box.newBuilder().withId("Pants").withSize(4, 10, 1).withRotate3D().withWeight(25).build(), 1));
products.add(new BoxItem(Box.newBuilder().withId("Hat").withSize(4, 10, 2).withRotate3D().withWeight(50).build(), 1));
// add a single container type
Container container = Container.newBuilder()
.withDescription("1")
.withSize(10, 10, 3)
.withEmptyWeight(1)
.withMaxLoadWeight(100)
.build();
// with unlimited number of containers available
List<ContainerItem> containerItems = ContainerItem
.newListBuilder()
.withContainer(container)
.build();
See also
Hashcat
Open Source
Kali
World's fastest password recovery utility supporting 300+ hash types. Uses GPU acceleration and adva…
UltimateCMSWordlists
Open Source
📚 An ultimate collection wordlists of the best-known CMS…
Aircrack-ng
Open Source
Kali
Complete suite of tools for 802.11 WEP and WPA/WPA2 cracking. Includes monitoring (airodump-ng), att…
wifi-cracking
Open Source
Crack WPA/WPA2 Wi-Fi Routers with Airodump-ng and Aircrack-ng/Hashcat…
XArchiver
Free
XArchiver 是一款基于大数据的压缩包密码破解软件,它并不穷举所有可能性,而仅遍历那些网上经常出现的解压密码,在大幅提升破解效率的同时成功率也远高于传统的暴力破解方式。…
hackify
Open Source
A single script to install important Pentesting Tools and wordlists on Debian based Linux OS.…