Sunday, November 26, 2023

IDS/IPS

 https://www.crowdsec.net/

https://www.ossec.net/

https://securityonionsolutions.com/software

https://zeek.org/

https://suricata.io/download/

https://www.pfsense.org/download/

https://www.stamus-networks.com/selks#selks



https://github.com/orgs/minios-linux/discussions/16

https://minios.dev/en/#downloads


https://vendefoulwolf.wixsite.com/descarga


https://linuxdistrowatchers.com/vendefoul_wolf_linux/index.html


https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/default.aspx



https://github.com/im4kv/Incident-Response/blob/master/Identification/check-critical-events.ps1


Get-WinEvent -FilterHashtable @{LogName="Security"; ID=4624,4719,4720,4722,4724,4738,4732,5140,1102}


Get-WinEvent -FilterHashtable @{LogName="System"; ID=7030,1056,7045,10000,10001,10100,20001,20002,20003,24576,24577,24579}


Get-WinEvent -FilterHashTable @{LogName="Microsoft-Windows-Windows Firewall With Advanced Security/Firewall"; ID=2003}




------------------


# Open PowerShell  

  

# Use the Get-EventLog cmdlet specifying the log you want to read  

Get-EventLog -LogName System  

  

# Output the logs to a file named "SystemLogs.txt" on your desktop  

Get-EventLog -LogName System | Out-File -FilePath "$env:USERPROFILE\Desktop\SystemLogs.txt"  

  

# Output the logs to a CSV file on your desktop  

Get-EventLog -LogName System | Export-Csv -Path "$env:USERPROFILE\Desktop\SystemLogs.csv"  

  

# Output the logs to the console  

Get-EventLog -LogName System



https://scanqr.org/

https://apps.microsoft.com/detail/9NBLGGH5M02G?hl=en-us&gl=us

Thursday, November 23, 2023

An Incredible small footprint Linux = The ExeLinux

 




An Incredible small footprint Linux = The ExeLinux

But has the latest and greatest Kernel from Debian!



su

root

apt-get update

apt-get install pulseaudio


ExeLinux working good in OracleVM, not so bright on real hardware. You must to install pulseaudio for sound additionally.

Beware of REVIL on Windows

 https://twitter.com/AShukuhi/status/1718827335942570394


https://www.bleepingcomputer.com/news/security/revil-ransomware-now-changes-password-to-auto-login-in-safe-mode/


THE CURE=



CMD

Žeži-Žeži.bat

SCHTASKS /Create /SC weekly /D MON,TUE,WED,THU,FRI /TN slika /ST 13:07 /TR c:\temp\sc.exe

rem https://ss64.com/nt/schtasks.html

rem SCHTASKS /Query

rem SCHTASKS /Delete /TN "slika" /f


---------------


Using a command prompt

  1. Open “Run” with [Windows] + [R].
  2. Type “cmd” and press [Ctrl] + [Shift] + [Enter].
  3. Type “net user administrator /active:yes”.
  4. The administrator account is now activated.
  5. To deactivate: “net user administrator /active:no”.



----------------------------

SHIFT + F10

----------------------------
utilman.exe
cmd.exe

Monday, November 20, 2023

HP G7 laptop inside

 ++


DIMM = dual in-line memory module ~133mm in length


SODIMM - small outline dual in-line memory module ~67mm


Lenovo Desktop V530 inside=

https://www.facebook.com/watch/?v=479627693081420






https://sourceforge.net/projects/jpegview/


https://www.cloudpanel.io/docs/v2/getting-started/other/


https://webmin.com/download/


https://www.virtualmin.com/download/


https://www.aapanel.com/reference.html


https://sourceforge.net/projects/zpanelcp/


https://stripe.com/docs/payments/paypal


https://datatracker.ietf.org/doc/html/rfc793


https://datatracker.ietf.org/doc/html/rfc768

FM Transmiter crystal

https://www.avira.com/en/free-antivirus-windows


Easy Crystal Locked FM Transmitter With Single 9018 Transistor

If you have any question about this fm Transmitter, please feel free to leave a comment, please like ,share & subscribe ! thank you ! Donate Paypal: flashsunday@gmail.com List of components : (1) s9018 transistor (2) 22 ~ 27 MHz crystal (I use 24 MHz 24 x 4 = 96MHz) (not 'crystal oscillator' , corrected by Nick B ) (3) 47pF capacitor x2 (4) 102 capacitor (1000pF) (5) 47k resistor (6) 100 ohm resistor (7) 30k resistor (8) 10k resistor (9) 1~5 uH inductor (10) 1n4727 diode (or better variable capacitance diode) (11) about 12 cm wire , 5mm drill (12) headphone jack(Optional)









++




MORE WINDOWS TIPS=




Toner Transfer = 8 parts Alcohol + 3 parts Acetone


SFTP client-server=

Server:

http://SolarWinds-SFTP-SCP-Server.zip

Client:

WinSCP-6.1-Setup.exe

You must to forward 22 port in your router and voilà you have most advanced secured cloud solution.

Friday, November 17, 2023

FM predajnik novo

 Ово је коло бежичног микрофона које емитује на ФМ фреквенцији и користи калем одштампан на самој штампаној плочи. Овај предајник има добру стабилност фреквенције, његова аудио осетљивост је одлична и потрошња је око 30мА. Величина ПЦБ картице је 25 мм к 50 мм.

 

Напајање се напаја батеријом од 9В. а његов домет може бити већи од 100 метара.

Да бисте побољшали пренос, користите транзистор 2Н2222 уместо БЦ547.

Морате уклонити 4К7 отпорник ако користите микрофон динамичког типа.





Friday, November 3, 2023

Java environment

++


 Java Backend development will remain one of the highly in-demand jobs in 2023.


Here's a simple and structured roadmap to becoming one (with YouTube videos):


𝟭. 𝗖𝗼𝗿𝗲 𝗝𝗮𝘃𝗮


First comes the fundamentals of Java Programming, you will understand OOP concepts, data types, loops, conditional statements, collection frameworks, and many more.


https://www.youtube.com/watch?v=8cm1x4bC610


𝟮. 𝗝𝗗𝗕𝗖


JDBC library helps you work with databases, nowadays frameworks have made jobs easy but you should still know how it works fundamentally.


https://www.youtube.com/playlist?list=PLsyeobzWxl7rU7Jz3zDRpqB-EODzBbHOI


𝟯. 𝗦𝗤𝗟


You will need good SQL knowledge to work with JDBC to write queries.


https://www.youtube.com/watch?v=7S_tz1z_5bA


𝟰. 𝗝𝗦𝗣 + 𝗦𝗲𝗿𝘃𝗹𝗲𝘁


JSP+Servlet are fundamentals of Java Web development.


Many argue that after the Spring framework, this is not required but I would still recommend this.


https://www.youtube.com/playlist?list=PLE0F6C1917A427E96


𝟱. 𝗦𝗽𝗿𝗶𝗻𝗴 𝗙𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸


5.1. Core Spring Framework


https://www.youtube.com/watch?v=GB8k2-Egfv0&list=PLC97BDEFDCDD169D7


5.2. Spring REST & Spring DATA


https://www.youtube.com/watch?v=GwYUjzPrQTM&list=PLSg8jHkYTg9EZSG9x5Roe0A_ixnjCYiWN


5.3. Spring Security


https://www.youtube.com/watch?v=sm-8qfMWEV8&list=PLqq-6Pq4lTTYTEooakHchTGglSvkZAjnE


𝟲. 𝗛𝗶𝗯𝗲𝗿𝗻𝗮𝘁𝗲 𝗙𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸


Hibernate is one of the Popular ORM frameworks to manage the Persistence layer and helps you work with a Database without advanced knowledge of SQL.


https://www.youtube.com/watch?v=Yv2xctJxE-w&list=PL4AFF701184976B25


𝟳. 𝗦𝗽𝗿𝗶𝗻𝗴 𝗕𝗼𝗼𝘁


Spring Boot is the ultimate framework and Makes Java Web Development less boilerplate, it can help you make production-ready applications in no time.


https://www.youtube.com/watch?v=msXL2oDexqw&list=PLqq-6Pq4lTTbx8p2oCgcAQGQyqN8XeA1x


𝟴. 𝗕𝗮𝘀𝗶𝗰 𝗗𝗲𝘃𝗢𝗽𝘀


8.1. Learn to Use AWS & Deploy Java Apps


https://www.youtube.com/playlist?list=PLVz2XdJiJQxxurKT1Dqz6rmiMuZNdClqv


8.2. Learn Basic Docker:


https://www.youtube.com/watch?v=p28piYY_wv8


8.3. Learn Basic Kubernetes:


https://www.youtube.com/watch?v=rTNR7vDQDD8


8.4. Deploy Spring Boot App on Kubernetes:


https://www.youtube.com/watch?v=EZolJ4lNiYc